summaryrefslogtreecommitdiff
path: root/crypto/dh/dh_gen.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-03 17:00:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-03 17:00:24 +0000
commit14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4 (patch)
tree3a416398be13f4406ee765c62ab2bcad7baeb9d2 /crypto/dh/dh_gen.c
parent3710d1aae915b5d57c60d6862a75789ea107cc49 (diff)
downloadopenssl-new-14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4.tar.gz
Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files
that use it.
Diffstat (limited to 'crypto/dh/dh_gen.c')
-rw-r--r--crypto/dh/dh_gen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/dh/dh_gen.c b/crypto/dh/dh_gen.c
index 82e560068f..9749b72157 100644
--- a/crypto/dh/dh_gen.c
+++ b/crypto/dh/dh_gen.c
@@ -61,6 +61,8 @@
* - Geoff
*/
+#define OPENSSL_FIPSAPI
+
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>