From ce72ae0073b18f82efe558a3bf44564f0245d6db Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 7 Nov 2014 14:55:18 +0000 Subject: OCB cleanup and additional tests --- src/tests/test_ocb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests/test_ocb.cpp') diff --git a/src/tests/test_ocb.cpp b/src/tests/test_ocb.cpp index 17cbf4bb1..1c83c8933 100644 --- a/src/tests/test_ocb.cpp +++ b/src/tests/test_ocb.cpp @@ -2,7 +2,7 @@ #include "tests.h" #include -#if defined(BOTAN_HAS_OCB) +#if defined(BOTAN_HAS_AEAD_OCB) #include #include #include @@ -134,7 +134,7 @@ size_t test_ocb() { size_t fails = 0; -#if defined(BOTAN_HAS_OCB) +#if defined(BOTAN_HAS_AEAD_OCB) fails += test_ocb_long(128, "B2B41CBF9B05037DA7F16C24A35C1C94"); fails += test_ocb_long(96, "1A4F0654277709A5BDA0D380"); fails += test_ocb_long(64, "B7ECE9D381FE437F"); -- cgit v1.2.3