pushtls(2): fix signature to TLSconn.trace()
This commit is contained in:
parent
482694b72a
commit
dfed1eb851
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ typedef struct TLSconn {
|
|||
uchar *cert; /* IN/OUT certificate */
|
||||
uchar *sessionID; /* IN/OUT session ID */
|
||||
int certlen, sessionIDlen;
|
||||
void (*trace)(char*fmt, ...);
|
||||
int (*trace)(char*fmt, ...);
|
||||
PEMChain *chain;
|
||||
char *sessionType; /* opt IN session type */
|
||||
uchar *sessionKey; /* opt IN/OUT session key */
|
||||
|
|
Loading…
Reference in a new issue