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