Add some missing 'static' on a few objects
This commit is contained in:
parent
fb57e644a7
commit
385069f17d
6 changed files with 82 additions and 85 deletions
|
@ -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