diff options
Diffstat (limited to 'ssl.h')
-rw-r--r-- | ssl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -410,6 +410,8 @@ struct tls_options const char *verify_x509name; const char *crl_file; int ns_cert_type; + unsigned remote_cert_ku[MAX_PARMS]; + const char *remote_cert_eku; /* allow openvpn config info to be passed over control channel */ |