summaryrefslogtreecommitdiffstats
path: root/fips/dh/fips_dh_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/dh/fips_dh_lib.c')
-rw-r--r--fips/dh/fips_dh_lib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fips/dh/fips_dh_lib.c b/fips/dh/fips_dh_lib.c
index 4a822cf192..747d949389 100644
--- a/fips/dh/fips_dh_lib.c
+++ b/fips/dh/fips_dh_lib.c
@@ -56,9 +56,12 @@
*
*/
+#define OPENSSL_FIPSAPI
+
#include <string.h>
#include <openssl/bn.h>
#include <openssl/dh.h>
+#include <openssl/fips.h>
/* Minimal FIPS versions of FIPS_dh_new() and FIPS_dh_free(): to
* reduce external dependencies.