More little changes to the tunala demo;
[openssl.git] / demos / tunala / tunala.h
index 2f4040462be1349a1d26d50dd925432b02aec0bd..1aaa3e0ab7f76f962390f85e16a02e0a1095fb37 100644 (file)
@@ -93,6 +93,9 @@ 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);
+void cb_ssl_verify_set_depth(unsigned int verify_depth);
 #endif /* !defined(NO_OPENSSL) */
 #endif /* !defined(NO_BUFFER) */