apps: Add support for writing a keylog file
[openssl.git] / apps / s_apps.h
index 4c24b2eb287f91bbdbab1b60f4035bd4dfdced67..bcca6fad9e1b040057c50b292de0b784d8350b92 100644 (file)
@@ -99,4 +99,5 @@ int ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath,
                     const char *chCAfile, STACK_OF(X509_CRL) *crls,
                     int crl_download);
 void ssl_ctx_security_debug(SSL_CTX *ctx, int verbose);
+int set_keylog_file(SSL_CTX *ctx, const char *keylog_file);
 #endif