diff options
| author | jmc <> | 2022-12-26 07:18:53 +0000 |
|---|---|---|
| committer | jmc <> | 2022-12-26 07:18:53 +0000 |
| commit | 2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120 (patch) | |
| tree | 26f3d93398833b7449b8a97e9fe4af9904382dbf /src/lib/libcrypto/ocsp | |
| parent | df59a12113ba6ec4c6faecd033d46176453f697e (diff) | |
| download | openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.tar.gz openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.tar.bz2 openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.zip | |
spelling fixes; from paul tagliamonte
i removed the arithmetics -> arithmetic changes, as i felt they
were not clearly correct
ok tb
Diffstat (limited to 'src/lib/libcrypto/ocsp')
| -rw-r--r-- | src/lib/libcrypto/ocsp/ocsp_cl.c | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/ocsp/ocsp_ext.c | 4 |
2 files changed, 4 insertions, 4 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 |
diff --git a/src/lib/libcrypto/ocsp/ocsp_ext.c b/src/lib/libcrypto/ocsp/ocsp_ext.c index 829495bcf3..9605d859b4 100644 --- a/src/lib/libcrypto/ocsp/ocsp_ext.c +++ b/src/lib/libcrypto/ocsp/ocsp_ext.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ocsp_ext.c,v 1.21 2022/11/26 16:08:53 tb Exp $ */ | 1 | /* $OpenBSD: ocsp_ext.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 | ||
| @@ -321,7 +321,7 @@ OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc) | |||
| 321 | 321 | ||
| 322 | /* Nonce handling functions */ | 322 | /* Nonce handling functions */ |
| 323 | 323 | ||
| 324 | /* Add a nonce to an extension stack. A nonce can be specificed or if NULL | 324 | /* Add a nonce to an extension stack. A nonce can be specified or if NULL |
| 325 | * a random nonce will be generated. | 325 | * a random nonce will be generated. |
| 326 | * Note: OpenSSL 0.9.7d and later create an OCTET STRING containing the | 326 | * Note: OpenSSL 0.9.7d and later create an OCTET STRING containing the |
| 327 | * nonce, previous versions used the raw nonce. | 327 | * nonce, previous versions used the raw nonce. |
