diff options
Diffstat (limited to 'crypto/trace-events')
-rw-r--r-- | crypto/trace-events | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/trace-events b/crypto/trace-events index 8181843..dc6ddd3 100644 --- a/crypto/trace-events +++ b/crypto/trace-events @@ -17,3 +17,4 @@ qcrypto_tls_creds_x509_load_cert_list(void *creds, const char *file) "TLS creds # crypto/tlssession.c qcrypto_tls_session_new(void *session, void *creds, const char *hostname, const char *aclname, int endpoint) "TLS session new session=%p creds=%p hostname=%s aclname=%s endpoint=%d" +qcrypto_tls_session_check_creds(void *session, const char *status) "TLS session check creds session=%p status=%s" |