File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ jobs:
365365 run : make -j3
366366 - name : show version
367367 run : ./src/openvpn/openvpn --version
368- - name : Ensure the build uses AWS-LC
368+ - name : Ensure the build uses LibreSSL
369369 run : ' ./src/openvpn/openvpn --version | grep -q "library versions: LibreSSL"'
370370 - name : configure checks
371371 run : echo 'RUN_SUDO="sudo -E"' >tests/t_server_null.rc
@@ -484,9 +484,9 @@ jobs:
484484 run : autoreconf -fvi
485485 - name : configure with AWS-LC
486486 run : |
487- OPENSSL_CFLAGS="-I/ ${{ env.AWS_LC_INSTALL }}/include" \
488- OPENSSL_LIBS="-L/ ${{ env.AWS_LC_INSTALL }}/lib -lssl -lcrypto" \
489- LDFLAGS="-Wl,-rpath=/ ${{ env.AWS_LC_INSTALL }}/lib" \
487+ OPENSSL_CFLAGS="-I${{ env.AWS_LC_INSTALL }}/include" \
488+ OPENSSL_LIBS="-L${{ env.AWS_LC_INSTALL }}/lib -lssl -lcrypto" \
489+ LDFLAGS="-Wl,-rpath=${{ env.AWS_LC_INSTALL }}/lib" \
490490 ./configure --with-crypto-library=openssl --enable-werror
491491 - name : make all
492492 run : make -j3
You can’t perform that action at this time.
0 commit comments