diff options
author | erdgeist <> | 2010-07-30 21:41:50 +0000 |
---|---|---|
committer | erdgeist <> | 2010-07-30 21:41:50 +0000 |
commit | 6dac4efa6181e2696ea112c3f1826f529160ceef (patch) | |
tree | 0f081ca75b0f35d727314c78c4b0f33fdf93af25 /vchat-ssl.h | |
parent | a4b65f17eb73100a3fd4ec1f4de7cee56aa5131b (diff) |
Can do v6 and reconnect.
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 *); |