From ae2ea0be72f14e69c500589251161a3566c780e1 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Tue, 30 Oct 2018 08:45:11 +0100 Subject: [PATCH] specify what openssl versions are expected to work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d922c6..c1822f6 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Building Kore Clone this repository or get the latest release at [https://kore.io/releases/3.0.0](https://kore.io/releases/3.0.0). Requirements -* openssl (1.0.2k+ or 1.1.0e+) +* openssl (1.0.2, 1.1.0 or 1.1.1) (note: this requirement drops away when building with NOTLS=1 NOHTTP=1) (note: libressl works as a replacement)