summaryrefslogtreecommitdiff
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/dh/dh_rfc7919.c b/crypto/dh/dh_rfc7919.c
index a54b468e552ce..03d30a1f5d598 100644
--- a/crypto/dh/dh_rfc7919.c
+++ b/crypto/dh/dh_rfc7919.c
@@ -9,10 +9,10 @@
#include <stdio.h>
#include "internal/cryptlib.h"
-#include "dh_locl.h"
+#include "dh_local.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)
{