summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-08 15:10:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-08 15:10:42 +0000
commitf4001a0d192a2462bcedbaadf95e778ddc352ebb (patch)
tree43159a16fbda0c3b364b269481746fd7ee12c2a6 /crypto/modes
parentcea73f9db399c11ef95f08d270f6671e7b9f88ad (diff)
Link GCM into FIPS module. Check return value in EVP gcm.
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/gcm128.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/modes/gcm128.c b/crypto/modes/gcm128.c
index 3f6b70df4b..1287bce773 100644
--- a/crypto/modes/gcm128.c
+++ b/crypto/modes/gcm128.c
@@ -47,6 +47,8 @@
* ====================================================================
*/
+#define OPENSSL_FIPSAPI
+
#include <openssl/crypto.h>
#include "modes_lcl.h"
#include <string.h>