diff options
author | kn <> | 2022-07-12 14:42:50 +0000 |
---|---|---|
committer | kn <> | 2022-07-12 14:42:50 +0000 |
commit | 87ede05352c9455433b363d404d744eb4de70aa0 (patch) | |
tree | d1b7d651a1b1cdebed0e9b3fa4b54d07952eb83e /src/lib/libcrypto/ecdsa/ecdsa.h | |
parent | 7ed47819cb872ae91a1104196dedda0fd2cf7e7a (diff) | |
download | openbsd-87ede05352c9455433b363d404d744eb4de70aa0.tar.gz openbsd-87ede05352c9455433b363d404d744eb4de70aa0.tar.bz2 openbsd-87ede05352c9455433b363d404d744eb4de70aa0.zip |
Remove mkerr.pl remnants from LibreSSL
This script is not used at all and files are edited by hand instead.
Thus remove misleading comments incl. the obsolete script/config.
Feedback OK jsing tb
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. */ |