Security callback debug print out.
[openssl.git] / apps / s_apps.h
index f46d1ebe45e00b6066eae00dfad9a5a388dfebb1..ff616d7c0061e6636cc6e0a22f93503a9e2ca9d1 100644 (file)
@@ -198,4 +198,5 @@ int ssl_load_stores(SSL_CTX *ctx,
                        const char *vfyCApath, const char *vfyCAfile,
                        const char *chCApath, const char *chCAfile,
                        STACK_OF(X509_CRL) *crls, int crl_download);
+void ssl_ctx_security_debug(SSL_CTX *ctx, BIO *out, int verbose);
 #endif