aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/options.h
diff options
context:
space:
mode:
authorArne Schwabe2023-05-24 15:24:23 +0200
committerGert Doering2023-07-18 15:03:53 +0200
commite376a00c2884c7cc3f965cdd08a8b66537264999 (patch)
tree022890387076f2591025927d0e7cead1d0800910 /src/openvpn/options.h
parent4ed7d7f72515c7df34edf617cb0bb8f2ac533e48 (diff)
downloadopenvpn-e376a00c2884c7cc3f965cdd08a8b66537264999.zip
openvpn-e376a00c2884c7cc3f965cdd08a8b66537264999.tar.gz
Revert commit 423ced962d
This reverts commit 423ced962db3129b4ed551c489624faba4340652, which has Jason A. Donenfeld listed as author as the patch was based on his initial submission. We have not received permission to relicense the original patch. Change-Id: I8142753928498169032450c56d0497a5042bdc9b Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20230524132424.3098475-1-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26722.html Signed-off-by: Gert Doering <gert@greenie.muc.de> (cherry picked from commit 370334828659e205941eecd1c90f085a64ca539d)
Diffstat (limited to 'src/openvpn/options.h')
-rw-r--r--src/openvpn/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openvpn/options.h b/src/openvpn/options.h
index f5890b9..95f1158 100644
--- a/src/openvpn/options.h
+++ b/src/openvpn/options.h
@@ -604,7 +604,6 @@ struct options
struct verify_hash_list *verify_hash;
hash_algo_type verify_hash_algo;
int verify_hash_depth;
- bool verify_hash_no_ca;
unsigned int ssl_flags; /* set to SSLF_x flags from ssl.h */
#ifdef ENABLE_PKCS11