diff options
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa.h')
-rw-r--r-- | src/lib/libcrypto/rsa/rsa.h | 6 |
1 files changed, 1 insertions, 5 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. */ |