summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_rfc7919.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dh/dh_rfc7919.c')
-rw-r--r--crypto/dh/dh_rfc7919.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh_rfc7919.c b/crypto/dh/dh_rfc7919.c
index 4e676fd3d1..d634dbc376 100644
--- a/crypto/dh/dh_rfc7919.c
+++ b/crypto/dh/dh_rfc7919.c
@@ -12,7 +12,7 @@
#include "dh_locl.h"
#include <openssl/bn.h>
#include <openssl/objects.h>
-#include "internal/bn_dh.h"
+#include "crypto/bn_dh.h"
static DH *dh_param_init(const BIGNUM *p, int32_t nbits)
{