Browse Source

Merge pull request #425 from Logan007/yadf

removed reference to OpenSSL 1.0
pull/427/head
Luca Deri 4 years ago
committed by GitHub
parent
commit
4adfaae79a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      doc/Building.md

2
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"`

Loading…
Cancel
Save