diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_nistp256.c')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp256.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistp256.c b/src/lib/libcrypto/ec/ecp_nistp256.c index 8371ee4827..275015b98d 100644 --- a/src/lib/libcrypto/ec/ecp_nistp256.c +++ b/src/lib/libcrypto/ec/ecp_nistp256.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecp_nistp256.c,v 1.27 2022/11/19 07:29:29 tb Exp $ */ | 1 | /* $OpenBSD: ecp_nistp256.c,v 1.28 2022/11/26 16:08:52 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Adam Langley (Google) for the OpenSSL project | 3 | * Written by Adam Langley (Google) for the OpenSSL project |
4 | */ | 4 | */ |
@@ -34,7 +34,7 @@ | |||
34 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 | 34 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 |
35 | 35 | ||
36 | #include <openssl/err.h> | 36 | #include <openssl/err.h> |
37 | #include "ec_lcl.h" | 37 | #include "ec_local.h" |
38 | 38 | ||
39 | #if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)) | 39 | #if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)) |
40 | /* even with gcc, the typedef won't work for 32-bit platforms */ | 40 | /* even with gcc, the typedef won't work for 32-bit platforms */ |