From cd394c61aeb54ed006399fc9d9550be84c9d2ff0 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Sun, 9 Sep 2012 15:07:51 -0400 Subject: [PATCH] Allow building the ocb.c test program with -DOCB_TEST_PROGRAM --- src/crypto/ocb.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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