polarssl: drop use of 1.2 compatibility header.
authorGaël PORTAY <gael.portay@gmail.com>
Tue, 18 Mar 2014 18:18:23 +0000 (19:18 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 Mar 2014 20:01:11 +0000 (21:01 +0100)
commit31265376bcc0cf39c5f6e59b89e1a86775afe0f7
tree25bb65b730bebb1991350f54f2be11140d8b2c0b
parent7a1fb8e816881d0091fe3d8c8d192a533bb5ec82
polarssl: drop use of 1.2 compatibility header.

API has changed since version 1.3. A compatibility header has been created
to ensure forward compatibility for code using old API:
 * x509 certificate structure has been renamed to from x509_cert to
   x509_crt
 * new dedicated setter for RSA certificates ssl_set_own_cert_rsa,
   ssl_set_own_cert is for generic keys
 * ssl_default_ciphersuites has been replaced by function
   ssl_list_ciphersuites()

This patch drops the use of the compatibly header.
lib/vtls/polarssl.c