summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_srp.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/bn_srp.c')
-rw-r--r--crypto/bn/bn_srp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/bn_srp.c b/crypto/bn/bn_srp.c
index 27b6ebe518ea8..820757be60e3e 100644
--- a/crypto/bn/bn_srp.c
+++ b/crypto/bn/bn_srp.c
@@ -7,13 +7,13 @@
* https://www.openssl.org/source/license.html
*/
-#include "bn_lcl.h"
+#include "bn_local.h"
#include "internal/nelem.h"
#ifndef OPENSSL_NO_SRP
#include <openssl/srp.h>
-#include "internal/bn_srp.h"
+#include "crypto/bn_srp.h"
# if (BN_BYTES == 8)
# if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)