mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
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 <johannes.schindelin@gmx.de>
This commit is contained in:
parent
69039fd1fa
commit
583cb03f91
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user