diff options
author | 2017-01-27 07:03:27 +0000 | |
---|---|---|
committer | 2017-01-27 07:03:27 +0000 | |
commit | 757ef5739ed2dc8007424d3a6ba34cf83a7584ce (patch) | |
tree | 32b2f28cde5733daa77c47dbd5f7fc9d3861fb0e /lib/libtls | |
parent | copypktopts is only called by ip6_setpktopts using M_NOWAIT. Drop (diff) | |
download | wireguard-openbsd-757ef5739ed2dc8007424d3a6ba34cf83a7584ce.tar.xz wireguard-openbsd-757ef5739ed2dc8007424d3a6ba34cf83a7584ce.zip |
More s/OSCP/OCSP/ typos
ok jmc@
Diffstat (limited to 'lib/libtls')
-rw-r--r-- | lib/libtls/tls_ocsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtls/tls_ocsp.c b/lib/libtls/tls_ocsp.c index 9ed60a2aa91..791bee0e171 100644 --- a/lib/libtls/tls_ocsp.c +++ b/lib/libtls/tls_ocsp.c @@ -356,7 +356,7 @@ tls_ocsp_stapling_cb(SSL *ssl, void *arg) * Public API */ -/* Retrieve OSCP URL from peer certificate, if present */ +/* Retrieve OCSP URL from peer certificate, if present */ const char * tls_peer_ocsp_url(struct tls *ctx) { |