diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/ecdsa/ecdsa_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ecdsa/ecdsa_local.h b/src/lib/libcrypto/ecdsa/ecdsa_local.h index 249e045900..cc3af3e10f 100644 --- a/src/lib/libcrypto/ecdsa/ecdsa_local.h +++ b/src/lib/libcrypto/ecdsa/ecdsa_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecdsa_local.h,v 1.1 2023/07/05 11:37:46 tb Exp $ */ | 1 | /* $OpenBSD: ecdsa_local.h,v 1.2 2023/07/28 15:50:33 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Nils Larsch for the OpenSSL project | 3 | * Written by Nils Larsch for the OpenSSL project |
4 | */ | 4 | */ |
@@ -59,7 +59,7 @@ | |||
59 | #ifndef HEADER_ECS_LOCAL_H | 59 | #ifndef HEADER_ECS_LOCAL_H |
60 | #define HEADER_ECS_LOCAL_H | 60 | #define HEADER_ECS_LOCAL_H |
61 | 61 | ||
62 | #include <openssl/ecdsa.h> | 62 | #include <openssl/ec.h> |
63 | 63 | ||
64 | __BEGIN_HIDDEN_DECLS | 64 | __BEGIN_HIDDEN_DECLS |
65 | 65 | ||