gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 78/256: urldata.h: remove support for obsolete Pola


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 78/256: urldata.h: remove support for obsolete PolarSSL version
Date: Fri, 06 Oct 2017 19:42:49 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 583cb03f9122bee70aabc186159384e1fb44ecb5
Author: Johannes Schindelin <address@hidden>
AuthorDate: Fri Jul 28 22:49:13 2017 +0200

    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 <address@hidden>
---
 lib/urldata.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/urldata.h b/lib/urldata.h
index b0faa9a35..67f8e69e9 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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 */
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]