Print CA names in s_server, add -requestCAfile to s_client
[openssl.git] / apps / s_apps.h
index bf27de2fae99cff25393103ea20f3df03243f9b4..aa0565d360d645ae6aa2d10431246192a247ccdb 100644 (file)
@@ -77,4 +77,5 @@ int ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath,
                     int crl_download);
 void ssl_ctx_security_debug(SSL_CTX *ctx, int verbose);
 int set_keylog_file(SSL_CTX *ctx, const char *keylog_file);
+void print_ca_names(BIO *bio, SSL *s);
 #endif