aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rwxr-xr-xupdate.sh6
2 files changed, 6 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index eca07e4..ac2cdeb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
2.1.2 2.1.3
diff --git a/update.sh b/update.sh
index f82e137..c49f7eb 100755
--- a/update.sh
+++ b/update.sh
@@ -86,7 +86,7 @@ copy_hdrs() {
86 done 86 done
87} 87}
88 88
89copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h opensslv.h 89copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h
90 ossl_typ.h err/err.h crypto.h comp/comp.h x509/x509.h buffer/buffer.h 90 ossl_typ.h err/err.h crypto.h comp/comp.h x509/x509.h buffer/buffer.h
91 objects/objects.h asn1/asn1.h bn/bn.h ec/ec.h ecdsa/ecdsa.h 91 objects/objects.h asn1/asn1.h bn/bn.h ec/ec.h ecdsa/ecdsa.h
92 ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h 92 ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h
@@ -102,6 +102,10 @@ copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h opensslv.h
102 102
103copy_hdrs ssl "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" 103copy_hdrs ssl "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h"
104 104
105sed -e "s/\"LibreSSL .*\"/\"LibreSSL ${libressl_version}\"/" \
106 $libssl_src/src/crypto/opensslv.h > include/openssl/opensslv.h.lcl
107$MV include/openssl/opensslv.h.lcl include/openssl/opensslv.h
108
105# copy libcrypto source 109# copy libcrypto source
106echo copying libcrypto source 110echo copying libcrypto source
107rm -f crypto/*.c crypto/*.h 111rm -f crypto/*.c crypto/*.h