diff options
author | bcook <> | 2020-05-21 02:27:34 +0000 |
---|---|---|
committer | bcook <> | 2020-05-21 02:27:34 +0000 |
commit | f21616a5b0676fecb01b51cf6ce47840065457ef (patch) | |
tree | 7d7b54c09cfd6424e75ada8a69bb0a8ce1eb5861 | |
parent | 6630841d9c05ae2888f729f453466c8e2f30014c (diff) | |
download | openbsd-f21616a5b0676fecb01b51cf6ce47840065457ef.tar.gz openbsd-f21616a5b0676fecb01b51cf6ce47840065457ef.tar.bz2 openbsd-f21616a5b0676fecb01b51cf6ce47840065457ef.zip |
LibreSSL 3.1.2
-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 b840f771fa..143617f7be 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.57 2020/05/06 15:45:22 tb Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.57.4.1 2020/05/21 02:27:34 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 0x3010100fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3010200fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.1.1" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.1.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 |