shithub: riscv

Download patch

ref: 3b5c56561cffdb00428fa8d5d81997eabd52e923
parent: 4d0343c9d2db502c162f5050385ba5528aef2a47
author: stanley lieber <[email protected]>
date: Wed Mar 18 14:33:34 EDT 2015

pushtls(2): tls.h -> libsec.h (thanks, pr)

--- a/sys/man/2/pushtls
+++ b/sys/man/2/pushtls
@@ -111,7 +111,7 @@
 .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 @@
 .IR malloc ed
 .B PEMChain
 structures, defined in
-.IR tls.h :
+.IR libsec.h :
 .IP
 .EX
 typedef struct PEMChain PEMChain;