diff options
author | jmc <> | 2018-11-25 19:48:43 +0000 |
---|---|---|
committer | jmc <> | 2018-11-25 19:48:43 +0000 |
commit | f55b2d4f7bfab5f5f8deb77d7950d65a60c3084c (patch) | |
tree | 4127bc45ba1ac3895ea29f5e0c8e5e73921080f8 /src/lib | |
parent | c53757df7e6d400b007ae1ac043ed342353b73ac (diff) | |
download | openbsd-f55b2d4f7bfab5f5f8deb77d7950d65a60c3084c.tar.gz openbsd-f55b2d4f7bfab5f5f8deb77d7950d65a60c3084c.tar.bz2 openbsd-f55b2d4f7bfab5f5f8deb77d7950d65a60c3084c.zip |
spelling; from miod
Diffstat (limited to 'src/lib')
-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 c2cd9da09a..0ed816cdc3 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.15 2018/03/17 14:44:34 jsing Exp $ */ | 1 | /* $OpenBSD: ocsp_cl.c,v 1.16 2018/11/25 19:48:43 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 | ||
@@ -139,7 +139,7 @@ OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert) | |||
139 | return 1; | 139 | return 1; |
140 | } | 140 | } |
141 | 141 | ||
142 | /* Sign an OCSP request set the requestorName to the subjec | 142 | /* Sign an OCSP request set the requestorName to the subject |
143 | * name of an optional signers certificate and include one | 143 | * name of an optional signers certificate and include one |
144 | * or more optional certificates in the request. Behaves | 144 | * or more optional certificates in the request. Behaves |
145 | * like PKCS7_sign(). | 145 | * like PKCS7_sign(). |