summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-04-25 16:38:52 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-04-25 16:38:52 +0000
commitc74b3a6037b329dbd9dfbaf1a103e2cc707ecdbc (patch)
treeddc360f5e7006eababa4ef874f4fcbb5f55a5b48 /ssl
parent5043fc9fd577bcc06623a8aad418a136c15a5928 (diff)
Various header consistency fixes.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index b111f09d1d..0fe3134903 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -1117,6 +1117,7 @@ int SSL_set_cipher_list();
void SSL_set_read_ahead();
int SSL_get_verify_mode();
+int (*SSL_get_verify_callback())();
void SSL_set_verify();
int SSL_use_RSAPrivateKey();
int SSL_use_RSAPrivateKey_ASN1();