aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-10-20 13:13:59 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 13:25:38 +0000
commit73e45b2dd127b10d6259203082fe2b49aa268986 (patch)
tree94a7e13fd002fa83c9840e27f125723109f59b81 /crypto/dh
parentb2ecc05a9a5854e104460deeaad7d5efba73fa0a (diff)
downloadopenssl-73e45b2dd127b10d6259203082fe2b49aa268986.tar.gz
remove OPENSSL_FIPSAPI
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/dh')
-rw-r--r--crypto/dh/dh_gen.c2
-rw-r--r--crypto/dh/dh_key.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/dh/dh_gen.c b/crypto/dh/dh_gen.c
index c397c53bce..3da27923d1 100644
--- a/crypto/dh/dh_gen.c
+++ b/crypto/dh/dh_gen.c
@@ -61,7 +61,7 @@
* - Geoff
*/
-#define OPENSSL_FIPSAPI
+
#include <stdio.h>
#include "cryptlib.h"
diff --git a/crypto/dh/dh_key.c b/crypto/dh/dh_key.c
index cfe365c6ea..584a33fd1e 100644
--- a/crypto/dh/dh_key.c
+++ b/crypto/dh/dh_key.c
@@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
-#define OPENSSL_FIPSAPI
+
#include <stdio.h>
#include "cryptlib.h"