diff options
Diffstat (limited to 'src/lib/libcrypto/ocsp/ocsp_cl.c')
-rw-r--r-- | src/lib/libcrypto/ocsp/ocsp_cl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp_cl.c b/src/lib/libcrypto/ocsp/ocsp_cl.c index bcc484c3c5..7747020221 100644 --- a/src/lib/libcrypto/ocsp/ocsp_cl.c +++ b/src/lib/libcrypto/ocsp/ocsp_cl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ocsp_cl.c,v 1.21 2022/01/07 09:45:52 tb Exp $ */ | 1 | /* $OpenBSD: ocsp_cl.c,v 1.22 2022/12/26 07:18:52 jmc 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 | ||
@@ -215,7 +215,7 @@ OCSP_response_get1_basic(OCSP_RESPONSE *resp) | |||
215 | return ASN1_item_unpack(rb->response, &OCSP_BASICRESP_it); | 215 | return ASN1_item_unpack(rb->response, &OCSP_BASICRESP_it); |
216 | } | 216 | } |
217 | 217 | ||
218 | /* Return number of OCSP_SINGLERESP reponses present in | 218 | /* Return number of OCSP_SINGLERESP responses present in |
219 | * a basic response. | 219 | * a basic response. |
220 | */ | 220 | */ |
221 | int | 221 | int |