summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/ec/curve25519.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/ec/curve25519.c')
-rw-r--r--crypto/openssl/crypto/ec/curve25519.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/ec/curve25519.c b/crypto/openssl/crypto/ec/curve25519.c
index c5d887ec4cd49..952da0e653853 100644
--- a/crypto/openssl/crypto/ec/curve25519.c
+++ b/crypto/openssl/crypto/ec/curve25519.c
@@ -8,7 +8,7 @@
*/
#include <string.h>
-#include "ec_lcl.h"
+#include "ec_local.h"
#include <openssl/sha.h>
#if defined(X25519_ASM) && (defined(__x86_64) || defined(__x86_64__) || \