#include <botan/types.h>
#include <string>
Go to the source code of this file.
◆ BOTAN_VERSION_CODE
| #define BOTAN_VERSION_CODE |
Value:
BOTAN_VERSION_MINOR, \
BOTAN_VERSION_PATCH)
#define BOTAN_VERSION_CODE_FOR(a, b, c)
Compare using BOTAN_VERSION_CODE_FOR, as in
if BOTAN_VERSION_CODE < BOTAN_VERSION_CODE_FOR(1,8,0)
error "Botan version too old"
endif
Definition at line 66 of file version.h.
◆ BOTAN_VERSION_CODE_FOR
| #define BOTAN_VERSION_CODE_FOR |
( |
| a, |
|
|
| b, |
|
|
| c ) |
Value:((a << 16) | (b << 8) | (c))
Definition at line 58 of file version.h.