summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcook <>2016-09-22 05:06:58 +0000
committerbcook <>2016-09-22 05:06:58 +0000
commit6a61db0eddf0f0575c7ea4cf7d7b5c92bc4b0b10 (patch)
tree2a6cb8c733bda0adb6ade9b07df60c45da92ada6
parent0e5fdbcf1037024b1179932e7c36dbee70e22cb1 (diff)
downloadopenbsd-6a61db0eddf0f0575c7ea4cf7d7b5c92bc4b0b10.tar.gz
openbsd-6a61db0eddf0f0575c7ea4cf7d7b5c92bc4b0b10.tar.bz2
openbsd-6a61db0eddf0f0575c7ea4cf7d7b5c92bc4b0b10.zip
bump version for 2.3.8
-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 bee8db7dc6..f874f56ed6 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.5 2016/06/30 11:19:03 bcook Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.33.2.6 2016/09/22 05:06:58 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 0x2030700fL 6#define LIBRESSL_VERSION_NUMBER 0x2030800fL
7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.7" 7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.8"
8 8
9/* These will never change */ 9/* These will never change */
10#define OPENSSL_VERSION_NUMBER 0x20000000L 10#define OPENSSL_VERSION_NUMBER 0x20000000L