diff --git a/src/crypto/ocb.cc b/src/crypto/ocb.cc index aea07a5..8cab32e 100644 --- a/src/crypto/ocb.cc +++ b/src/crypto/ocb.cc @@ -1233,7 +1233,7 @@ int ae_decrypt(ae_ctx *ctx, /* Simple test program */ /* ----------------------------------------------------------------------- */ -#if 0 +#if defined(OCB_TEST_PROGRAM) #include #include