Redirect FIPS memory allocation to FIPS_malloc() routine, remove
[openssl.git] / fips / dsa / fips_dsa_lib.c
index 2545966d2a381005bee342da4afce354297ea457..06f8cabfee31286f4cafd2b51dc5e67d37792c89 100644 (file)
  *
  */
 
+#define OPENSSL_FIPSAPI
+
 #include <string.h>
 #include <openssl/dsa.h>
 #include <openssl/bn.h>
+#include <openssl/fips.h>
 
 /* Minimal FIPS versions of FIPS_dsa_new() and FIPS_dsa_free: to
  * reduce external dependencies.