summaryrefslogtreecommitdiffstats
path: root/openvpn.h
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-06-29 15:30:34 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-19 22:31:46 +0200
commit6245178696842fb22f2c53d87184236fd471a334 (patch)
treea40bdda0e4296e6dfb428f7566bab23da3e8d302 /openvpn.h
parentb64ffdcf09edd7110c1f851942d0e8d4e05d883c (diff)
downloadopenvpn-6245178696842fb22f2c53d87184236fd471a334.tar.gz
openvpn-6245178696842fb22f2c53d87184236fd471a334.tar.xz
openvpn-6245178696842fb22f2c53d87184236fd471a334.zip
Refactored root SSL context initialisation
Signed-off-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: Gert Doering <gert@greenie.muc.de> Acked-by: James Yonan <james@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'openvpn.h')
-rw-r--r--openvpn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn.h b/openvpn.h
index bd6e873..a07b03f 100644
--- a/openvpn.h
+++ b/openvpn.h
@@ -64,7 +64,7 @@ struct key_schedule
#ifdef USE_SSL
/* our global SSL context */
- SSL_CTX *ssl_ctx;
+ struct tls_root_ctx ssl_ctx;
/* optional authentication HMAC key for TLS control channel */
struct key_ctx_bi tls_auth_key;