summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/dh/dh_rfc5114.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/dh/dh_rfc5114.c')
-rw-r--r--crypto/openssl/crypto/dh/dh_rfc5114.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/dh/dh_rfc5114.c b/crypto/openssl/crypto/dh/dh_rfc5114.c
index c4a219590e9e1..e3603a05a322b 100644
--- a/crypto/openssl/crypto/dh/dh_rfc5114.c
+++ b/crypto/openssl/crypto/dh/dh_rfc5114.c
@@ -9,9 +9,9 @@
#include <stdio.h>
#include "internal/cryptlib.h"
-#include "dh_locl.h"
+#include "dh_local.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