aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index b190ab8..474a0ff 100755
--- a/update.sh
+++ b/update.sh
@@ -149,7 +149,7 @@ else
149 $CP $libcrypto_src/opensslv.h include/openssl 149 $CP $libcrypto_src/opensslv.h include/openssl
150fi 150fi
151 151
152awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 > VERSION 152awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 | head -n1 > VERSION
153echo "LibreSSL version `cat VERSION`" 153echo "LibreSSL version `cat VERSION`"
154 154
155# copy libcrypto source 155# copy libcrypto source