Make s_client/s_server-style cert verification output configurable by
[openssl.git] / demos / tunala / tunala.h
index 2f4040462be1349a1d26d50dd925432b02aec0bd..5d35f9ff01ca8886005d0431ff0fd2359898758d 100644 (file)
@@ -93,6 +93,8 @@ void buffer_to_BIO(buffer_t *buf, BIO *bio);
 /* Callbacks */
 void cb_ssl_info(SSL *s, int where, int ret);
 void cb_ssl_info_set_output(FILE *fp); /* Called if output should be sent too */
+int cb_ssl_verify(int ok, X509_STORE_CTX *ctx);
+void cb_ssl_verify_set_output(FILE *fp);
 #endif /* !defined(NO_OPENSSL) */
 #endif /* !defined(NO_BUFFER) */