kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit ae2ea0be72f14e69c500589251161a3566c780e1
parent bb00deca2c77729760e59e94b1a5202f5fb1433b
Author: Joris Vink <joris@coders.se>
Date:   Tue, 30 Oct 2018 08:45:11 +0100

specify what openssl versions are expected to work.

Diffstat:
README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)