From 3efa1495f64ebe86d11130f5a815e259f17f76ad Mon Sep 17 00:00:00 2001 From: Hakase Date: Thu, 13 Sep 2018 12:13:29 +0900 Subject: [PATCH] Fix typo (patch example) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d86912b..283f234 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Example of setting TLS 1.3 cipher in nginx: git clone https://github.com/openssl/openssl.git git clone https://github.com/hakasenyang/openssl-patch.git cd openssl -patch -p1 < ../openssl-patch/openssl-equal-pre10_ciphers.patch +patch -p1 < ../openssl-patch/openssl-equal-1.1.1_ciphers.patch ``` And then use --with-openssl in nginx or build after ./config.