diff options
| author | kn <> | 2022-07-12 14:42:50 +0000 |
|---|---|---|
| committer | kn <> | 2022-07-12 14:42:50 +0000 |
| commit | 89e42d5857196a8071fbafb5565388d0e20ec32b (patch) | |
| tree | d1b7d651a1b1cdebed0e9b3fa4b54d07952eb83e /src/lib/libcrypto/rsa | |
| parent | dbc467e70542c7e274a4db0e7526d340f4820190 (diff) | |
| download | openbsd-89e42d5857196a8071fbafb5565388d0e20ec32b.tar.gz openbsd-89e42d5857196a8071fbafb5565388d0e20ec32b.tar.bz2 openbsd-89e42d5857196a8071fbafb5565388d0e20ec32b.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/rsa')
| -rw-r--r-- | src/lib/libcrypto/rsa/rsa.h | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/rsa/rsa_err.c | 8 |
2 files changed, 2 insertions, 12 deletions
diff --git a/src/lib/libcrypto/rsa/rsa.h b/src/lib/libcrypto/rsa/rsa.h index 888902d18c..73ec9d5a42 100644 --- a/src/lib/libcrypto/rsa/rsa.h +++ b/src/lib/libcrypto/rsa/rsa.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: rsa.h,v 1.57 2022/07/07 13:01:28 tb Exp $ */ | 1 | /* $OpenBSD: rsa.h,v 1.58 2022/07/12 14:42:50 kn Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -475,10 +475,6 @@ int RSA_meth_set_verify(RSA_METHOD *rsa, int (*verify)(int dtype, | |||
| 475 | unsigned int siglen, const RSA *rsa)); | 475 | unsigned int siglen, const RSA *rsa)); |
| 476 | 476 | ||
| 477 | 477 | ||
| 478 | /* BEGIN ERROR CODES */ | ||
| 479 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
| 480 | * made after this point may be overwritten when the script is next run. | ||
| 481 | */ | ||
| 482 | void ERR_load_RSA_strings(void); | 478 | void ERR_load_RSA_strings(void); |
| 483 | 479 | ||
| 484 | /* Error codes for the RSA functions. */ | 480 | /* Error codes for the RSA functions. */ |
diff --git a/src/lib/libcrypto/rsa/rsa_err.c b/src/lib/libcrypto/rsa/rsa_err.c index 46149370d8..79425c0f45 100644 --- a/src/lib/libcrypto/rsa/rsa_err.c +++ b/src/lib/libcrypto/rsa/rsa_err.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: rsa_err.c,v 1.20 2019/11/01 15:13:05 jsing Exp $ */ | 1 | /* $OpenBSD: rsa_err.c,v 1.21 2022/07/12 14:42:50 kn Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -53,11 +53,6 @@ | |||
| 53 | * | 53 | * |
| 54 | */ | 54 | */ |
| 55 | 55 | ||
| 56 | /* NOTE: this file was auto generated by the mkerr.pl script: any changes | ||
| 57 | * made to it will be overwritten when the script next updates this file, | ||
| 58 | * only reason strings will be preserved. | ||
| 59 | */ | ||
| 60 | |||
| 61 | #include <stdio.h> | 56 | #include <stdio.h> |
| 62 | 57 | ||
| 63 | #include <openssl/opensslconf.h> | 58 | #include <openssl/opensslconf.h> |
| @@ -65,7 +60,6 @@ | |||
| 65 | #include <openssl/err.h> | 60 | #include <openssl/err.h> |
| 66 | #include <openssl/rsa.h> | 61 | #include <openssl/rsa.h> |
| 67 | 62 | ||
| 68 | /* BEGIN ERROR CODES */ | ||
| 69 | #ifndef OPENSSL_NO_ERR | 63 | #ifndef OPENSSL_NO_ERR |
| 70 | 64 | ||
| 71 | #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RSA,func,0) | 65 | #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RSA,func,0) |
