diff options
author | bcook <> | 2019-05-13 12:05:04 +0000 |
---|---|---|
committer | bcook <> | 2019-05-13 12:05:04 +0000 |
commit | b000f632ed8270d2de8c7504e89d87b7a7d9d2d8 (patch) | |
tree | 6a7cf8f4beb8015d9310bb9fb6262cd3db086ff8 /src | |
parent | c15dc903167b82d046acbc31913ec32f124b4fb6 (diff) | |
download | openbsd-b000f632ed8270d2de8c7504e89d87b7a7d9d2d8.tar.gz openbsd-b000f632ed8270d2de8c7504e89d87b7a7d9d2d8.tar.bz2 openbsd-b000f632ed8270d2de8c7504e89d87b7a7d9d2d8.zip |
LibreSSL 2.9.2
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 88e99392f2..4c222dee6f 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.51 2019/03/27 02:08:24 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.51.2.1 2019/05/13 12:05:04 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 0x2090100fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2090200fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.9.1" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.9.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 |