diff options
Diffstat (limited to 'src/lib/libcrypto/ocsp')
| -rw-r--r-- | src/lib/libcrypto/ocsp/ocsp.h | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/ocsp/ocsp_err.c | 8 |
2 files changed, 2 insertions, 12 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp.h b/src/lib/libcrypto/ocsp/ocsp.h index f869f8aa96..691ee4a3dc 100644 --- a/src/lib/libcrypto/ocsp/ocsp.h +++ b/src/lib/libcrypto/ocsp/ocsp.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ocsp.h,v 1.19 2022/01/14 08:32:26 tb Exp $ */ | 1 | /* $OpenBSD: ocsp.h,v 1.20 2022/07/12 14:42:49 kn Exp $ */ |
| 2 | /* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL | 2 | /* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL |
| 3 | * project. */ | 3 | * project. */ |
| 4 | 4 | ||
| @@ -421,10 +421,6 @@ int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags); | |||
| 421 | int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, | 421 | int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, |
| 422 | X509_STORE *st, unsigned long flags); | 422 | X509_STORE *st, unsigned long flags); |
| 423 | 423 | ||
| 424 | /* BEGIN ERROR CODES */ | ||
| 425 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
| 426 | * made after this point may be overwritten when the script is next run. | ||
| 427 | */ | ||
| 428 | void ERR_load_OCSP_strings(void); | 424 | void ERR_load_OCSP_strings(void); |
| 429 | 425 | ||
| 430 | /* Error codes for the OCSP functions. */ | 426 | /* Error codes for the OCSP functions. */ |
diff --git a/src/lib/libcrypto/ocsp/ocsp_err.c b/src/lib/libcrypto/ocsp/ocsp_err.c index 9e3237f6a4..7cf5b7e8a1 100644 --- a/src/lib/libcrypto/ocsp/ocsp_err.c +++ b/src/lib/libcrypto/ocsp/ocsp_err.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ocsp_err.c,v 1.8 2017/01/29 17:49:23 beck Exp $ */ | 1 | /* $OpenBSD: ocsp_err.c,v 1.9 2022/07/12 14:42:49 kn Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2006 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/ocsp.h> | 61 | #include <openssl/ocsp.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_OCSP,func,0) | 65 | #define ERR_FUNC(func) ERR_PACK(ERR_LIB_OCSP,func,0) |
