diff options
author | tom <> | 2017-01-27 07:03:27 +0000 |
---|---|---|
committer | tom <> | 2017-01-27 07:03:27 +0000 |
commit | bf30069dfaf8831c9da263650f0672c6c47f2289 (patch) | |
tree | bf7bdda709e77e7306818ad8b46765d188e8cf02 /src/lib/libtls/tls_ocsp.c | |
parent | c8f6d10887ed45bf7dc5e02ef93ea38253dc6e6d (diff) | |
download | openbsd-bf30069dfaf8831c9da263650f0672c6c47f2289.tar.gz openbsd-bf30069dfaf8831c9da263650f0672c6c47f2289.tar.bz2 openbsd-bf30069dfaf8831c9da263650f0672c6c47f2289.zip |
More s/OSCP/OCSP/ typos
ok jmc@
Diffstat (limited to 'src/lib/libtls/tls_ocsp.c')
-rw-r--r-- | src/lib/libtls/tls_ocsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libtls/tls_ocsp.c b/src/lib/libtls/tls_ocsp.c index 9ed60a2aa9..791bee0e17 100644 --- a/src/lib/libtls/tls_ocsp.c +++ b/src/lib/libtls/tls_ocsp.c | |||
@@ -356,7 +356,7 @@ tls_ocsp_stapling_cb(SSL *ssl, void *arg) | |||
356 | * Public API | 356 | * Public API |
357 | */ | 357 | */ |
358 | 358 | ||
359 | /* Retrieve OSCP URL from peer certificate, if present */ | 359 | /* Retrieve OCSP URL from peer certificate, if present */ |
360 | const char * | 360 | const char * |
361 | tls_peer_ocsp_url(struct tls *ctx) | 361 | tls_peer_ocsp_url(struct tls *ctx) |
362 | { | 362 | { |