summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_rfc5114.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dh/dh_rfc5114.c')
-rw-r--r--crypto/dh/dh_rfc5114.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh_rfc5114.c b/crypto/dh/dh_rfc5114.c
index 1cc323839b..143a19f224 100644
--- a/crypto/dh/dh_rfc5114.c
+++ b/crypto/dh/dh_rfc5114.c
@@ -11,7 +11,7 @@
#include "internal/cryptlib.h"
#include "dh_locl.h"
#include <openssl/bn.h>
-#include "internal/bn_dh.h"
+#include "crypto/bn_dh.h"
/*
* Macro to make a DH structure from BIGNUM data. NB: although just copying