chore: update OpenSSL 1.0.2 → 1.1.1k

changelog: https://www.openssl.org/news/changelog.html#openssl-111
This commit is contained in:
mayeut
2021-04-05 12:49:49 +02:00
parent 7a1c61536e
commit 808552cdb1
2 changed files with 35 additions and 12 deletions

View File

@ -14,7 +14,7 @@ cd ${OPENSSH_SRC_DIR}
autoreconf
./configure --with-ssl-dir=/usr/local/ssl --prefix=/usr/local
./configure --with-ssl-dir=/usr/local/ssl --prefix=/usr/local --with-libs=-lpthread
make -j1 install