PolarSSL

polarssl/version.h

Go to the documentation of this file.
00001 
00028 #ifndef POLARSSL_VERSION_H
00029 #define POLARSSL_VERSION_H
00030 
00031 #include "polarssl/config.h"
00032 
00037 #define POLARSSL_VERSION_MAJOR  0
00038 #define POLARSSL_VERSION_MINOR  14
00039 #define POLARSSL_VERSION_PATCH  1
00040 
00046 #define POLARSSL_VERSION_NUMBER         0x000E0100
00047 #define POLARSSL_VERSION_STRING         "0.14.1"
00048 #define POLARSSL_VERSION_STRING_FULL    "PolarSSL 0.14.1"
00049 
00050 #if defined(POLARSSL_VERSION_C)
00051 
00058 unsigned int version_get_number();
00059 
00066 void version_get_string( char *string );
00067 
00074 void version_get_string_full( char *string );
00075 
00076 #endif /* POLARSSL_VERSION_C */
00077 
00078 #endif /* version.h */
 All Classes Files Functions Variables Defines