mirror of
https://github.com/curl/curl.git
synced 2026-05-16 05:36:24 +03: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
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue