From: Viktor Szakats Date: Sat, 25 Oct 2025 08:45:39 +0000 (+0200) Subject: ECH.md: make OpenSSL branch clone instructions work X-Git-Tag: curl-8_17_0~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18119eb91654e689d3a402e7c5bd8a2c184ac08a;p=thirdparty%2Fcurl.git ECH.md: make OpenSSL branch clone instructions work Closes #19237 --- diff --git a/docs/ECH.md b/docs/ECH.md index d39f4b2f36..b40cd17e78 100644 --- a/docs/ECH.md +++ b/docs/ECH.md @@ -22,9 +22,8 @@ To build the OpenSSL project's ECH feature branch: ```sh cd $HOME/code -git clone https://github.com/openssl/openssl +git clone https://github.com/openssl/openssl --branch feature/ech cd openssl -git checkout feature/ech ./config --libdir=lib --prefix=$HOME/code/openssl-local-inst ...stuff... make -j8