]> granicus.if.org Git - curl/commitdiff
urldata.h: remove support for obsolete PolarSSL version
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 28 Jul 2017 20:49:13 +0000 (22:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Aug 2017 12:56:57 +0000 (14:56 +0200)
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 <johannes.schindelin@gmx.de>
lib/urldata.h

index b0faa9a355acd4011c79d53d7e2edc94ff88e42c..67f8e69e964bb5ae15f48c43f7174fe7e5ec13d3 100644 (file)
 
 #include <polarssl/ssl.h>
 #include <polarssl/version.h>
-#if POLARSSL_VERSION_NUMBER<0x01010000
-#include <polarssl/havege.h>
-#else
 #include <polarssl/entropy.h>
 #include <polarssl/ctr_drbg.h>
-#endif /* POLARSSL_VERSION_NUMBER<0x01010000 */
 
 #endif /* USE_POLARSSL */