summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2017-09-28 16:06:21 -0700
committerDamien Miller <djm@mindrot.org>2017-09-28 16:06:21 -0700
commitbba69c246f0331f657fd6ec97724df99fc1ad174 (patch)
treeeeadb2552993c1ca30fcd2d37aa3ae661f0a4376
parent04dc070e8b4507d9d829f910b29be7e3b2414913 (diff)
don't fatal ./configure for LibreSSL
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4eb65f52..889f5063 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2550,6 +2550,7 @@ if test "x$openssl" = "xyes" ; then
AC_MSG_ERROR([OpenSSL >= 1.0.1 required (have "$ssl_library_ver")])
;;
100*) ;; # 1.0.x
+ 200*) ;; # LibreSSL
*)
AC_MSG_ERROR([OpenSSL >= 1.1.0 is not yet supported (have "$ssl_library_ver")])
;;