Allow building the ocb.c test program with -DOCB_TEST_PROGRAM

This commit is contained in:
Keegan McAllister
2012-09-09 15:07:51 -04:00
committed by Keith Winstein
parent ee8d0ce582
commit cd394c61ae
+1 -1
View File
@@ -1233,7 +1233,7 @@ int ae_decrypt(ae_ctx *ctx,
/* Simple test program */ /* Simple test program */
/* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */
#if 0 #if defined(OCB_TEST_PROGRAM)
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>