Apache2
|
Go to the source code of this file.
Macros | |
#define | MOD_TLS_VERSION "0.8.3" |
#define | MOD_TLS_VERSION_NUM 0x000802 |
#define MOD_TLS_VERSION "0.8.3" |
@macro Version number of the md module as c string
#define MOD_TLS_VERSION_NUM 0x000802 |
@macro Numerical representation of the version number of the md module release. This is a 24 bit number with 8 bits for major number, 8 bits for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.