ECH.md: make OpenSSL branch clone instructions work

Closes #19237
This commit is contained in:
Viktor Szakats 2025-10-25 10:45:39 +02:00
parent c59bf90186
commit 18119eb916
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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