git: 9front

Download patch

ref: fc861b0c9a60aeb37bd9dc64c00dea0ac2f3db50
parent: eda4993cc2e90facfbf9fbf4327581864bf113a6
author: stanley lieber <stanley.lieber@gmail.com>
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;
--