summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcook <>2018-05-03 00:48:23 +0000
committerbcook <>2018-05-03 00:48:23 +0000
commit6c76d594390c6cab7221125d3b5bed22b4f0f46d (patch)
tree274f0490312c0338f2fe3888033458286525a761
parentb28adc8e50ceaee979554dc73b72d052f9a28a20 (diff)
downloadopenbsd-6c76d594390c6cab7221125d3b5bed22b4f0f46d.tar.gz
openbsd-6c76d594390c6cab7221125d3b5bed22b4f0f46d.tar.bz2
openbsd-6c76d594390c6cab7221125d3b5bed22b4f0f46d.zip
begin LibreSSL 2.8.0 dev branch
-rw-r--r--src/lib/libcrypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h
index 68c6e77c16..3efa2ef3cc 100644
--- a/src/lib/libcrypto/opensslv.h
+++ b/src/lib/libcrypto/opensslv.h
@@ -1,11 +1,11 @@
1/* $OpenBSD: opensslv.h,v 1.46 2018/03/24 13:51:27 bcook Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.47 2018/05/03 00:48:23 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 0x2070200fL 6#define LIBRESSL_VERSION_NUMBER 0x2080000fL
7/* ^ Patch starts here */ 7/* ^ Patch starts here */
8#define LIBRESSL_VERSION_TEXT "LibreSSL 2.7.2" 8#define LIBRESSL_VERSION_TEXT "LibreSSL 2.8.0"
9 9
10/* These will never change */ 10/* These will never change */
11#define OPENSSL_VERSION_NUMBER 0x20000000L 11#define OPENSSL_VERSION_NUMBER 0x20000000L