aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorHoi-Ho Chan <hoiho.chan@gmail.com>2010-05-09 12:44:32 -0500
committerDaniel Stenberg <daniel@haxx.se>2010-05-13 21:50:52 +0200
commit83305cbf9fdc5176dca05b5dd182f115051afd54 (patch)
treeb25ce5c5203586a0517ea3e7afe8d3e7aba0829f /lib/urldata.h
parent76255cfdc93894747536e281391b6493212b4351 (diff)
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 <hoiho.chan@gmail.com>
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 0 insertions, 2 deletions
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