mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03: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:
@ -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",
|
||||
|
Reference in New Issue
Block a user