DOC: INSTALL: minimum AWS-LC version is v1.22.0

Change the minimum AWS-LC version required
This commit is contained in:
William Lallemand 2024-06-14 12:06:03 +02:00
parent 11e13175d4
commit 1950996e83
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ command line, for example:
$ make -j $(nproc) TARGET=generic USE_OPENSSL_WOLFSSL=1 USE_QUIC=1 \
SSL_INC=/opt/wolfssl-5.6.6/include SSL_LIB=/opt/wolfssl-5.6.6/lib
To use HAProxy with AWS-LC you must have version v1.13.0 or newer of AWS-LC
To use HAProxy with AWS-LC you must have version v1.22.0 or newer of AWS-LC
built and installed locally.
$ cd ~/build/aws-lc
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/aws-lc