From f55b2d4f7bfab5f5f8deb77d7950d65a60c3084c Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 25 Nov 2018 19:48:43 +0000 Subject: spelling; from miod --- src/lib/libcrypto/ocsp/ocsp_cl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') 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 @@ -/* $OpenBSD: ocsp_cl.c,v 1.15 2018/03/17 14:44:34 jsing Exp $ */ +/* $OpenBSD: ocsp_cl.c,v 1.16 2018/11/25 19:48:43 jmc Exp $ */ /* Written by Tom Titchener for the OpenSSL * project. */ @@ -139,7 +139,7 @@ OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert) return 1; } -/* Sign an OCSP request set the requestorName to the subjec +/* Sign an OCSP request set the requestorName to the subject * name of an optional signers certificate and include one * or more optional certificates in the request. Behaves * like PKCS7_sign(). -- cgit v1.2.3-55-g6feb