Skip to content

Commit

Permalink
Switch to OpenSSL AES
Browse files Browse the repository at this point in the history
  • Loading branch information
keithw committed Jul 20, 2012
1 parent dc7253c commit 9827d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crypto/ocb.cc
Expand Up @@ -48,8 +48,8 @@

/* This implementation has built-in support for multiple AES APIs. Set any
/ one of the following to non-zero to specify which to use. */
#define USE_OPENSSL_AES 0 /* http://openssl.org */
#define USE_REFERENCE_AES 1 /* Internet search: rijndael-alg-fst.c */
#define USE_OPENSSL_AES 1 /* http://openssl.org */
#define USE_REFERENCE_AES 0 /* Internet search: rijndael-alg-fst.c */
#define USE_AES_NI 0 /* Uses compiler's intrinsics */

/* During encryption and decryption, various "L values" are required.
Expand Down

0 comments on commit 9827d12

Please sign in to comment.