diff options
author | bcook <> | 2019-03-27 02:08:24 +0000 |
---|---|---|
committer | bcook <> | 2019-03-27 02:08:24 +0000 |
commit | e057786792de28ad274faf4389e24bdbf8d77e1f (patch) | |
tree | b84746c010c12332a86c8b3b744e90ea648a55a2 /src | |
parent | aa7d59207ca7f0a359d5683dd2497b33440d075a (diff) | |
download | openbsd-e057786792de28ad274faf4389e24bdbf8d77e1f.tar.gz openbsd-e057786792de28ad274faf4389e24bdbf8d77e1f.tar.bz2 openbsd-e057786792de28ad274faf4389e24bdbf8d77e1f.zip |
bump to 2.9.1
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h index 779d9b5f3c..88e99392f2 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.50 2018/11/08 17:36:57 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.51 2019/03/27 02:08:24 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 0x2090000fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2090100fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.9.0" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.9.1" |
9 | 9 | ||
10 | /* These will never change */ | 10 | /* These will never change */ |
11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |