summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbcook <>2018-03-24 13:51:27 +0000
committerbcook <>2018-03-24 13:51:27 +0000
commit4f05e4b0b3d5b589026129ed05a7f0e41e9f74d3 (patch)
tree6df8dfa23dcbbf592e0b71deedab70f4e2a7c95d /src
parente51dd58c519c2c710c7870555b3f6ac3eccbe24e (diff)
downloadopenbsd-4f05e4b0b3d5b589026129ed05a7f0e41e9f74d3.tar.gz
openbsd-4f05e4b0b3d5b589026129ed05a7f0e41e9f74d3.tar.bz2
openbsd-4f05e4b0b3d5b589026129ed05a7f0e41e9f74d3.zip
bump to 2.7.2
Diffstat (limited to 'src')
-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 fb9d861083..68c6e77c16 100644
--- a/src/lib/libcrypto/opensslv.h
+++ b/src/lib/libcrypto/opensslv.h
@@ -1,11 +1,11 @@
1/* $OpenBSD: opensslv.h,v 1.45 2018/03/22 17:06:56 bcook Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.46 2018/03/24 13:51:27 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 0x2070100fL 6#define LIBRESSL_VERSION_NUMBER 0x2070200fL
7/* ^ Patch starts here */ 7/* ^ Patch starts here */
8#define LIBRESSL_VERSION_TEXT "LibreSSL 2.7.1" 8#define LIBRESSL_VERSION_TEXT "LibreSSL 2.7.2"
9 9
10/* These will never change */ 10/* These will never change */
11#define OPENSSL_VERSION_NUMBER 0x20000000L 11#define OPENSSL_VERSION_NUMBER 0x20000000L