mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Land #1047, use file version number in test scripts
This commit is contained in:
@@ -149,7 +149,7 @@ else
|
||||
$CP $libcrypto_src/opensslv.h include/openssl
|
||||
fi
|
||||
|
||||
awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 > VERSION
|
||||
awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 | head -n1 > VERSION
|
||||
echo "LibreSSL version `cat VERSION`"
|
||||
|
||||
# copy libcrypto source
|
||||
|
||||
Reference in New Issue
Block a user