From 76389873068848c7a56648a608e089705af4edff Mon Sep 17 00:00:00 2001 From: Logan007 Date: Sat, 19 Sep 2020 02:22:56 +0545 Subject: [PATCH] removed reference to OpenSSL 1.0 --- doc/Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Building.md b/doc/Building.md index c1d7f66..be3d0f0 100644 --- a/doc/Building.md +++ b/doc/Building.md @@ -120,7 +120,7 @@ Some ciphers' speed can take advantage of OpenSSL support which is disabled by d `./configure --with-openssl` -which then will include OpenSSL 1.0 or 1.1 if found on the system. This can be combined with the hardware support and compiler optimizations such as +which then will include OpenSSL 1.1 if found on the system. This can be combined with the hardware support and compiler optimizations such as `./configure --with-openssl CFLAGS="-O3 -march=native"`