aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-15 16:13:58 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-15 16:13:58 -0500
commit248af93e3a95293147a4a6204e93c8e138d5cde0 (patch)
tree28aa5e94c1e5faa3f405ef4cad49674b22b55b11 /update.sh
parent97478266cab5996867cfeb6478feb862b9e5b944 (diff)
downloadportable-2.2.4.tar.gz
portable-2.2.4.tar.bz2
portable-2.2.4.zip
update changelog for 2.2.4v2.2.4
Diffstat (limited to '')
-rwxr-xr-xupdate.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index f07603a..02d6915 100755
--- a/update.sh
+++ b/update.sh
@@ -121,7 +121,6 @@ copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h
121copy_hdrs ssl "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" 121copy_hdrs ssl "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h"
122 122
123$CP $libssl_src/src/crypto/opensslv.h include/openssl 123$CP $libssl_src/src/crypto/opensslv.h include/openssl
124patch -p0 < patches/opensslv.h
125awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 > VERSION 124awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 > VERSION
126echo "LibreSSL version `cat VERSION`" 125echo "LibreSSL version `cat VERSION`"
127 126