diff options
author | bcook <> | 2019-06-10 01:52:16 +0000 |
---|---|---|
committer | bcook <> | 2019-06-10 01:52:16 +0000 |
commit | c4f6632f919e8f3d8e01afcbe4bdfc6279e07344 (patch) | |
tree | e2bc0068b0d1f614c25dde86d86b6fa15209ca66 | |
parent | 0bf5879252bed3b1820cbb108739af35cb476d61 (diff) | |
download | openbsd-OPENBSD_6_5.tar.gz openbsd-OPENBSD_6_5.tar.bz2 openbsd-OPENBSD_6_5.zip |
bump to LibreSSL 2.9.3OPENBSD_6_5
-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 4c222dee6f..28652fbdae 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.51.2.1 2019/05/13 12:05:04 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.51.2.2 2019/06/10 01:52:16 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 0x2090200fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2090300fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.9.2" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.9.3" |
9 | 9 | ||
10 | /* These will never change */ | 10 | /* These will never change */ |
11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |