updated Crypto.md and added information to Building.md

This commit is contained in:
Logan007 2020-09-06 15:17:52 +05:45
parent 651c3933d8
commit 8033ea300f

View File

@ -123,4 +123,4 @@ which then will include OpenSSL 1.0 or 1.1 if found on the system. This can be c
`./configure --with-openssl CFLAGS="-O3 -march=native"` `./configure --with-openssl CFLAGS="-O3 -march=native"`
Please do no forget to `make clean` after (re-)configuration and before building using `make`. Please do no forget to `make clean` after (re-)configuration and before building (again) using `make`.