summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_dh.c
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2015-10-03 16:43:21 +0100
committerBen Laurie <ben@links.org>2015-10-24 16:42:51 +0100
commit2f1a5d1694c4b59ea94115ed4e9577c5bb826c26 (patch)
treedcb1482044f7b4836ba9ce637e43af1e8be810f5 /crypto/bn/bn_dh.c
parent070c23325af4526c9a8532a60d63522c58d5554b (diff)
Fix undeclared variable warnings.
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'crypto/bn/bn_dh.c')
-rw-r--r--crypto/bn/bn_dh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/bn_dh.c b/crypto/bn/bn_dh.c
index 5572a2de2b..ad4a16eabe 100644
--- a/crypto/bn/bn_dh.c
+++ b/crypto/bn/bn_dh.c
@@ -61,6 +61,7 @@
#ifndef OPENSSL_NO_DH
#include <openssl/dh.h>
+#include "internal/bn_dh.h"
/* DH parameters from RFC5114 */
# if BN_BITS2 == 64