mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Merge branch 'mbedtls-1.3' into development
* mbedtls-1.3: Rename website and repository Move private macro from header to C file Add some missing 'static' on a few objects Fix whitespace issues Minor portability fix in benchmark
This commit is contained in:
commit
998897be3d
186 changed files with 289 additions and 286 deletions
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
|
||||
*
|
||||
* This file is part of mbed TLS (https://polarssl.org)
|
||||
* This file is part of mbed TLS (https://tls.mbed.org)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
const char *features[] = {
|
||||
static const char *features[] = {
|
||||
#if defined(POLARSSL_VERSION_FEATURES)
|
||||
#if defined(POLARSSL_HAVE_INT8)
|
||||
"POLARSSL_HAVE_INT8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue