diff options
author | bcook <> | 2018-06-13 14:55:24 +0000 |
---|---|---|
committer | bcook <> | 2018-06-13 14:55:24 +0000 |
commit | ba88944626ec9297c3c8cfa668f42b664c45a9cc (patch) | |
tree | 356988f85e624406207d226530aaede973930591 /src | |
parent | 0a813b7aa7c38ba899b26820bc01cd7e1b3c0e0f (diff) | |
download | openbsd-ba88944626ec9297c3c8cfa668f42b664c45a9cc.tar.gz openbsd-ba88944626ec9297c3c8cfa668f42b664c45a9cc.tar.bz2 openbsd-ba88944626ec9297c3c8cfa668f42b664c45a9cc.zip |
Bump to LibreSSL 2.6.5
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 c8dd39d574..af1939fc3c 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,10 +1,10 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.43.4.1 2017/12/11 10:50:37 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.43.4.2 2018/06/13 14:55: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 0x2060400fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2060500fL |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.6.4" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.6.5" |
8 | 8 | ||
9 | /* These will never change */ | 9 | /* These will never change */ |
10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |