diff options
Diffstat (limited to 'src/lib/libcrypto/ecdsa/ecdsa.h')
| -rw-r--r-- | src/lib/libcrypto/ecdsa/ecdsa.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/ecdsa/ecdsa.h b/src/lib/libcrypto/ecdsa/ecdsa.h index eccca65b5a..29ee8729ed 100644 --- a/src/lib/libcrypto/ecdsa/ecdsa.h +++ b/src/lib/libcrypto/ecdsa/ecdsa.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ecdsa.h,v 1.11 2022/01/14 08:31:03 tb Exp $ */ | 1 | /* $OpenBSD: ecdsa.h,v 1.12 2022/07/12 14:42:49 kn Exp $ */ |
| 2 | /** | 2 | /** |
| 3 | * \file crypto/ecdsa/ecdsa.h Include file for the OpenSSL ECDSA functions | 3 | * \file crypto/ecdsa/ecdsa.h Include file for the OpenSSL ECDSA functions |
| 4 | * \author Written by Nils Larsch for the OpenSSL project | 4 | * \author Written by Nils Larsch for the OpenSSL project |
| @@ -293,11 +293,6 @@ void EC_KEY_METHOD_get_verify(const EC_KEY_METHOD *meth, | |||
| 293 | int (**pverify_sig)(const unsigned char *dgst, int dgst_len, | 293 | int (**pverify_sig)(const unsigned char *dgst, int dgst_len, |
| 294 | const ECDSA_SIG *sig, EC_KEY *eckey)); | 294 | const ECDSA_SIG *sig, EC_KEY *eckey)); |
| 295 | 295 | ||
| 296 | |||
| 297 | /* BEGIN ERROR CODES */ | ||
| 298 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
| 299 | * made after this point may be overwritten when the script is next run. | ||
| 300 | */ | ||
| 301 | void ERR_load_ECDSA_strings(void); | 296 | void ERR_load_ECDSA_strings(void); |
| 302 | 297 | ||
| 303 | /* Error codes for the ECDSA functions. */ | 298 | /* Error codes for the ECDSA functions. */ |
