Browse code

build: do not support <polarssl-1.1.0

Reported-by: Samuli Seppänen <samuli@openvpn.net>
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Acked-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: Adriaan de Jong <dejong@fox-it.com>
Message-Id: 1339061824-16542-1-git-send-email-alon.barlev@gmail.com
URL: http://article.gmane.org/gmane.network.openvpn.devel/6686
Signed-off-by: David Sommerseth <davids@redhat.com>

Alon Bar-Lev authored on 2012/06/07 18:37:04
Showing 1 changed files
... ...
@@ -749,7 +749,7 @@ if test "${with_crypto_library}" = "polarssl" ; then
749 749
 #include <polarssl/version.h>
750 750
 			]],
751 751
 			[[
752
-#if POLARSSL_VERSION_NUMBER <= 0x01010000
752
+#if POLARSSL_VERSION_NUMBER < 0x01010000
753 753
 #error invalid version
754 754
 #endif
755 755
 			]]