Go to the documentation of this file.
31 #ifndef POLARSSL_VERSION_H
32 #define POLARSSL_VERSION_H
34 #if !defined(POLARSSL_CONFIG_FILE)
37 #include POLARSSL_CONFIG_FILE
44 #define POLARSSL_VERSION_MAJOR 1
45 #define POLARSSL_VERSION_MINOR 3
46 #define POLARSSL_VERSION_PATCH 8
53 #define POLARSSL_VERSION_NUMBER 0x01030800
54 #define POLARSSL_VERSION_STRING "1.3.8"
55 #define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.3.8"
57 #if defined(POLARSSL_VERSION_C)