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