diff options
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r-- | apps/s_apps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h index e9b6f40288..8e12c2146c 100644 --- a/apps/s_apps.h +++ b/apps/s_apps.h @@ -192,6 +192,7 @@ void ssl_ctx_set_excert(SSL_CTX *ctx, SSL_EXCERT *exc); void ssl_excert_free(SSL_EXCERT *exc); int args_excert(int option, SSL_EXCERT **pexc); int load_excert(SSL_EXCERT **pexc); +void print_verify_detail(SSL *s, BIO *bio); void print_ssl_summary(SSL *s); #ifdef HEADER_SSL_H int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, |