From 8033ea300f7ededa50f3372a2df46d5643258152 Mon Sep 17 00:00:00 2001 From: Logan007 Date: Sun, 6 Sep 2020 15:17:52 +0545 Subject: [PATCH] updated Crypto.md and added information to Building.md --- doc/Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Building.md b/doc/Building.md index 1ac2748..026776d 100644 --- a/doc/Building.md +++ b/doc/Building.md @@ -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"` -Please do no forget to `make clean` after (re-)configuration and before building using `make`. \ No newline at end of file +Please do no forget to `make clean` after (re-)configuration and before building (again) using `make`. \ No newline at end of file