artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7609e5c
)
spelling fix from Micha Borrmann on openssl-dev
author
tedu
<tedu@openbsd.org>
Fri, 18 Apr 2014 02:35:57 +0000
(
02:35
+0000)
committer
tedu
<tedu@openbsd.org>
Fri, 18 Apr 2014 02:35:57 +0000
(
02:35
+0000)
lib/libssl/src/apps/ocsp.c
patch
|
blob
|
history
diff --git
a/lib/libssl/src/apps/ocsp.c
b/lib/libssl/src/apps/ocsp.c
index
170bcac
..
e68589f
100644
(file)
--- a/
lib/libssl/src/apps/ocsp.c
+++ b/
lib/libssl/src/apps/ocsp.c
@@
-1393,7
+1393,7
@@
OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
}
resp = query_responder(err, cbio, path, headers, req, req_timeout);
if (!resp)
- BIO_printf(bio_err, "Error querying OCSP respon
s
der\n");
+ BIO_printf(bio_err, "Error querying OCSP responder\n");
end:
if (cbio)
BIO_free_all(cbio);