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

This commit is contained in:
stanley lieber 2015-03-18 18:33:34 -04:00
parent 4d0343c9d2
commit 3b5c56561c

View file

@ -111,7 +111,7 @@ typedef struct TLSconn {
.EE .EE
.PP .PP
defined in defined in
.IR tls.h . .IR libsec.h .
On input, the caller can provide options such as On input, the caller can provide options such as
.IR cert , .IR cert ,
the local certificate, and the local certificate, and
@ -182,7 +182,7 @@ and return a pointer to a linked list of
.IR malloc ed .IR malloc ed
.B PEMChain .B PEMChain
structures, defined in structures, defined in
.IR tls.h : .IR libsec.h :
.IP .IP
.EX .EX
typedef struct PEMChain PEMChain; typedef struct PEMChain PEMChain;