BOTAN_VERSION_CODE

Compare using BOTAN_VERSION_CODE_FOR, as in static assert (BOTAN_VERSION_CODE > BOTAN_VERSION_CODE_FOR(1,8,0), "Botan version too old");

static
long BOTAN_VERSION_CODE;

Meta