summaryrefslogtreecommitdiff
path: root/vchat-ssl.h
diff options
context:
space:
mode:
authorerdgeist <>2010-07-30 21:41:50 +0000
committererdgeist <>2010-07-30 21:41:50 +0000
commit6dac4efa6181e2696ea112c3f1826f529160ceef (patch)
tree0f081ca75b0f35d727314c78c4b0f33fdf93af25 /vchat-ssl.h
parenta4b65f17eb73100a3fd4ec1f4de7cee56aa5131b (diff)
Can do v6 and reconnect.
Diffstat (limited to 'vchat-ssl.h')
-rwxr-xr-xvchat-ssl.h3
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
24BIO * vc_connect(char *, int , int, vc_x509store_t *, SSL_CTX **); 24int vc_connect_ssl(BIO **conn, vc_x509store_t *, SSL_CTX **);
25BIO * vc_connect_ssl(char *, int, vc_x509store_t *, SSL_CTX **);
26SSL_CTX * vc_create_sslctx( vc_x509store_t *); 25SSL_CTX * vc_create_sslctx( vc_x509store_t *);
27void vc_init_x509store(vc_x509store_t *); 26void vc_init_x509store(vc_x509store_t *);
28void vc_cleanup_x509store(vc_x509store_t *); 27void vc_cleanup_x509store(vc_x509store_t *);