summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_dh.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-19 22:03:15 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-09-20 12:50:55 +0100
commit37f3a3b3276bba468d26c968e5c676aaf57ffd82 (patch)
treefc2f33ddce05305177622b99f2cd8882e6315f12 /crypto/bn/bn_dh.c
parent8f463dbddd67eb86b4fdf49893132fdcc6d219bc (diff)
make no-dh work
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/bn/bn_dh.c')
-rw-r--r--crypto/bn/bn_dh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_dh.c b/crypto/bn/bn_dh.c
index 3a7282f740..34f9fb0af8 100644
--- a/crypto/bn/bn_dh.c
+++ b/crypto/bn/bn_dh.c
@@ -56,11 +56,11 @@
*
*/
-#include <openssl/dh.h>
#include "bn_lcl.h"
#include "e_os.h"
#ifndef OPENSSL_NO_DH
+#include <openssl/dh.h>
/* DH parameters from RFC5114 */
# if BN_BITS2 == 64