|
Apache HTTPD
|
Go to the source code of this file.
Macros | |
| #define | MOD_TLS_VERSION "0.9.0" |
| #define | MOD_TLS_VERSION_NUM 0x000900 |
| #define MOD_TLS_VERSION "0.9.0" |
@macro Version number of the md module as c string
Definition at line 29 of file tls_version.h.
| #define MOD_TLS_VERSION_NUM 0x000900 |
@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.
Definition at line 37 of file tls_version.h.