From de881a92eb82119ced7c0f283ca3ca07e3716d18 Mon Sep 17 00:00:00 2001 From: sftcd Date: Mon, 5 May 2025 22:37:49 +0100 Subject: [PATCH] ECH: reference the OpenSSL ECH feature branch rather than the defo-project fork. Closes #17251 --- docs/ECH.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/ECH.md b/docs/ECH.md index 2c29015a87..969bbfa27f 100644 --- a/docs/ECH.md +++ b/docs/ECH.md @@ -18,16 +18,17 @@ discussion about a good path forward for ECH support in curl. ## OpenSSL Build -To build our ECH-enabled OpenSSL fork: +To build the OpenSSL project's ECH feature branch: ```bash cd $HOME/code - git clone https://github.com/defo-project/openssl + git clone https://github.com/openssl/openssl cd openssl + git checkout feature/ech ./config --libdir=lib --prefix=$HOME/code/openssl-local-inst ...stuff... make -j8 - ...stuff (maybe go for coffee)... + ...more stuff... make install_sw ...a little bit of stuff... ``` -- 2.47.3