Redirect FIPS memory allocation to FIPS_malloc() routine, remove
[openssl.git] / fips / utl / fips_md.c
index 6e33e841a561fceb50951372c88a8b7931cf982b..0038646f58f9d70492f413be7bb9490afd557037 100644 (file)
 
 /* Minimal standalone FIPS versions of Digest operations */
 
+#define OPENSSL_FIPSAPI
+
 #include <stdio.h>
 #include <string.h>
 #include <openssl/objects.h>
 #include <openssl/evp.h>
 #include <openssl/err.h>
+#include <openssl/fips.h>
 
 void FIPS_md_ctx_init(EVP_MD_CTX *ctx)
        {