diff options
| author | bcook <> | 2019-03-27 02:08:24 +0000 |
|---|---|---|
| committer | bcook <> | 2019-03-27 02:08:24 +0000 |
| commit | 0068b07bf1e75d0cfae0bd9f4cfcf1b7d4113d53 (patch) | |
| tree | b84746c010c12332a86c8b3b744e90ea648a55a2 /src/lib/libc | |
| parent | 9c473767d3f3f2dfdc038c2b51ddcb358a016077 (diff) | |
| download | openbsd-0068b07bf1e75d0cfae0bd9f4cfcf1b7d4113d53.tar.gz openbsd-0068b07bf1e75d0cfae0bd9f4cfcf1b7d4113d53.tar.bz2 openbsd-0068b07bf1e75d0cfae0bd9f4cfcf1b7d4113d53.zip | |
bump to 2.9.1
Diffstat (limited to '')
| -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 |
