diff options
author | hasufell <hasufell@hasufell.de> | 2014-03-17 19:03:29 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-03-17 20:08:45 +0100 |
commit | 4d6108315bea8d641b40668f21a72161544dc64d (patch) | |
tree | b087cbf2dea243c4f46413770ebe53ccbd58ae80 /lib/urldata.h | |
parent | 67061e3f4ec1c2f3b4bb02bbe2d91ccdeb147c60 (diff) |
polarssl: fix compilation
Rename x509_cert to x509_crt and add "compat-1.2.h"
include.
This would still need some more thorough conversion
in order to drop "compat-1.2.h" include.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r-- | lib/urldata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 9d6a9730a..8e9dff47f 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -306,8 +306,8 @@ struct ssl_connect_data { ssl_context ssl; ssl_session ssn; int server_fd; - x509_cert cacert; - x509_cert clicert; + x509_crt cacert; + x509_crt clicert; x509_crl crl; rsa_context rsa; ssl_connect_state connecting_state; |