diff options
author | Brent Cook <bcook@openbsd.org> | 2015-10-15 16:13:58 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-10-15 16:13:58 -0500 |
commit | 248af93e3a95293147a4a6204e93c8e138d5cde0 (patch) | |
tree | 28aa5e94c1e5faa3f405ef4cad49674b22b55b11 /update.sh | |
parent | 97478266cab5996867cfeb6478feb862b9e5b944 (diff) | |
download | portable-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 'update.sh')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -121,7 +121,6 @@ copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h | |||
121 | copy_hdrs ssl "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" | 121 | copy_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 |
124 | patch -p0 < patches/opensslv.h | ||
125 | awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 > VERSION | 124 | awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 > VERSION |
126 | echo "LibreSSL version `cat VERSION`" | 125 | echo "LibreSSL version `cat VERSION`" |
127 | 126 | ||