Unverified Commit 583cb03f authored by Johannes Schindelin's avatar Johannes Schindelin Committed by Daniel Stenberg
Browse files

urldata.h: remove support for obsolete PolarSSL version



Since 5017d5ad (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: default avatarJohannes Schindelin <johannes.schindelin@gmx.de>
parent 69039fd1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -104,12 +104,8 @@

#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 */