DEBSOURCES
Skip Quicknav
sources / softhsm2 / 2.6.1-3 / modules / tests / test_botan_aes_gcm.cpp
12345678
#include <botan/version.h> int main() { #if BOTAN_VERSION_CODE >= BOTAN_VERSION_CODE_FOR(2,0,0) return 0; #endif return 1; }