summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2015-03-18 18:33:34 -0400
committerstanley lieber <stanley.lieber@gmail.com>2015-03-18 18:33:34 -0400
commit3b5c56561cffdb00428fa8d5d81997eabd52e923 (patch)
treee3104bb0040ad7190d5214842b4685d474233b83
parent4d0343c9d2db502c162f5050385ba5528aef2a47 (diff)
downloadplan9front-3b5c56561cffdb00428fa8d5d81997eabd52e923.tar.xz
pushtls(2): tls.h -> libsec.h (thanks, pr)
-rw-r--r--sys/man/2/pushtls4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/2/pushtls b/sys/man/2/pushtls
index 48255d234..cf9ad21ff 100644
--- a/sys/man/2/pushtls
+++ b/sys/man/2/pushtls
@@ -111,7 +111,7 @@ typedef struct TLSconn {
.EE
.PP
defined in
-.IR tls.h .
+.IR libsec.h .
On input, the caller can provide options such as
.IR cert ,
the local certificate, and
@@ -182,7 +182,7 @@ and return a pointer to a linked list of
.IR malloc ed
.B PEMChain
structures, defined in
-.IR tls.h :
+.IR libsec.h :
.IP
.EX
typedef struct PEMChain PEMChain;