From 90bc6ee8f38eec0dd6c7c8dbea22b0cba2998ee2 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 14 Nov 2009 02:30:30 +0000 Subject: - Constantine Sapuntzakis provided the fix that ensures that an SSL connection won't be reused unless protection level for peer and host verification match. --- lib/urldata.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index d3101c03a..40ed8285d 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1083,6 +1083,9 @@ struct connectdata { #if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI) int socks5_gssapi_enctype; #endif + + long verifypeer; + long verifyhost; }; /* The end of connectdata. */ -- cgit v1.2.3