Skip to content

Commit

Permalink
Allow building the ocb.c test program with -DOCB_TEST_PROGRAM
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcallister authored and keithw committed Oct 19, 2012
1 parent ee8d0ce commit cd394c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/ocb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ int ae_decrypt(ae_ctx *ctx,
/* Simple test program */
/* ----------------------------------------------------------------------- */

#if 0
#if defined(OCB_TEST_PROGRAM)

#include <stdio.h>
#include <time.h>
Expand Down

0 comments on commit cd394c6

Please sign in to comment.