Add some missing 'static' on a few objects

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-05 15:47:55 +00:00
parent fb57e644a7
commit 385069f17d
6 changed files with 82 additions and 85 deletions

View file

@ -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",