1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

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

@ -31,8 +31,6 @@
#include "polarssl/version.h"
#include <string.h>
const char version[] = POLARSSL_VERSION_STRING;
unsigned int version_get_number()
{
return( POLARSSL_VERSION_NUMBER );