From: Johannes Schindelin Date: Fri, 28 Jul 2017 20:49:13 +0000 (+0200) Subject: urldata.h: remove support for obsolete PolarSSL version X-Git-Tag: curl-7_56_0~177 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=583cb03f9122bee70aabc186159384e1fb44ecb5;p=thirdparty%2Fcurl.git urldata.h: remove support for obsolete PolarSSL version Since 5017d5ada (polarssl: now require 1.3.0+, 2014-03-17), we require a newer PolarSSL version. No need to keep code trying to support any older version. Signed-off-by: Johannes Schindelin --- diff --git a/lib/urldata.h b/lib/urldata.h index b0faa9a355..67f8e69e96 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -104,12 +104,8 @@ #include #include -#if POLARSSL_VERSION_NUMBER<0x01010000 -#include -#else #include #include -#endif /* POLARSSL_VERSION_NUMBER<0x01010000 */ #endif /* USE_POLARSSL */