summaryrefslogtreecommitdiffstats
path: root/crypto/cmac/cmac.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-10-20 14:13:59 +0200
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 14:25:38 +0100
commit73e45b2dd127b10d6259203082fe2b49aa268986 (patch)
tree94a7e13fd002fa83c9840e27f125723109f59b81 /crypto/cmac/cmac.c
parentremove FIPS_*_SIZE_T (diff)
downloadopenssl-73e45b2dd127b10d6259203082fe2b49aa268986.tar.xz
openssl-73e45b2dd127b10d6259203082fe2b49aa268986.zip
remove OPENSSL_FIPSAPI
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/cmac/cmac.c')
-rw-r--r--crypto/cmac/cmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cmac/cmac.c b/crypto/cmac/cmac.c
index 5c84900a2f..394777faef 100644
--- a/crypto/cmac/cmac.c
+++ b/crypto/cmac/cmac.c
@@ -51,7 +51,7 @@
* ====================================================================
*/
-#define OPENSSL_FIPSAPI
+
#include <stdio.h>
#include <stdlib.h>