summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcook <>2016-06-30 11:19:03 +0000
committerbcook <>2016-06-30 11:19:03 +0000
commit0e5fdbcf1037024b1179932e7c36dbee70e22cb1 (patch)
treea4614c9d1b0d222432655d3b59a7084b0b754db9
parentb077748469d9568fe5688f513af8f8e344421e23 (diff)
downloadopenbsd-0e5fdbcf1037024b1179932e7c36dbee70e22cb1.tar.gz
openbsd-0e5fdbcf1037024b1179932e7c36dbee70e22cb1.tar.bz2
openbsd-0e5fdbcf1037024b1179932e7c36dbee70e22cb1.zip
bump for 2.3.7libressl-v2.3.7
-rw-r--r--src/lib/libssl/src/crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/src/crypto/opensslv.h b/src/lib/libssl/src/crypto/opensslv.h
index 47254e3725..bee8db7dc6 100644
--- a/src/lib/libssl/src/crypto/opensslv.h
+++ b/src/lib/libssl/src/crypto/opensslv.h
@@ -1,10 +1,10 @@
1/* $OpenBSD: opensslv.h,v 1.33.2.4 2016/06/06 09:51:46 bcook Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.33.2.5 2016/06/30 11:19:03 bcook Exp $ */
2#ifndef HEADER_OPENSSLV_H 2#ifndef HEADER_OPENSSLV_H
3#define HEADER_OPENSSLV_H 3#define HEADER_OPENSSLV_H
4 4
5/* These will change with each release of LibreSSL-portable */ 5/* These will change with each release of LibreSSL-portable */
6#define LIBRESSL_VERSION_NUMBER 0x2030600fL 6#define LIBRESSL_VERSION_NUMBER 0x2030700fL
7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.6" 7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.7"
8 8
9/* These will never change */ 9/* These will never change */
10#define OPENSSL_VERSION_NUMBER 0x20000000L 10#define OPENSSL_VERSION_NUMBER 0x20000000L