diff options
Diffstat (limited to 'crypto/cmac/cmac.c')
-rw-r--r-- | crypto/cmac/cmac.c | 2 |
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> |