From 83305cbf9fdc5176dca05b5dd182f115051afd54 Mon Sep 17 00:00:00 2001 From: Hoi-Ho Chan Date: Sun, 9 May 2010 12:44:32 -0500 Subject: Remove support for BSD version of PolarSSL "The BSD version of PolarSSL was made for migratory purposes only and is not maintained. The GPL version of PolarSSL is actually the only actively developed version, so I would be very reluctant to use the BSD version." / Paul Bakker, PolarSSL hacker. Signed-off-by: Hoi-Ho Chan --- lib/urldata.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 477e4599e..2c1b2fc4a 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -249,9 +249,7 @@ struct ssl_connect_data { int server_fd; x509_cert cacert; x509_cert clicert; -#if defined(HAVE_POLARSSL_GPL) x509_crl crl; -#endif rsa_context rsa; #endif /* USE_POLARSSL */ #ifdef USE_NSS -- cgit v1.2.3