diff options
Diffstat (limited to 'vchat-ssl.h')
-rwxr-xr-x | vchat-ssl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vchat-ssl.h b/vchat-ssl.h index 58e9dec..c745c97 100755 --- a/vchat-ssl.h +++ b/vchat-ssl.h | |||
@@ -21,8 +21,7 @@ typedef struct { | |||
21 | 21 | ||
22 | /* prototypes */ | 22 | /* prototypes */ |
23 | 23 | ||
24 | BIO * vc_connect(char *, int , int, vc_x509store_t *, SSL_CTX **); | 24 | int vc_connect_ssl(BIO **conn, vc_x509store_t *, SSL_CTX **); |
25 | BIO * vc_connect_ssl(char *, int, vc_x509store_t *, SSL_CTX **); | ||
26 | SSL_CTX * vc_create_sslctx( vc_x509store_t *); | 25 | SSL_CTX * vc_create_sslctx( vc_x509store_t *); |
27 | void vc_init_x509store(vc_x509store_t *); | 26 | void vc_init_x509store(vc_x509store_t *); |
28 | void vc_cleanup_x509store(vc_x509store_t *); | 27 | void vc_cleanup_x509store(vc_x509store_t *); |