diff options
| author | bcook <> | 2017-12-11 10:50:37 +0000 |
|---|---|---|
| committer | bcook <> | 2017-12-11 10:50:37 +0000 |
| commit | 0a813b7aa7c38ba899b26820bc01cd7e1b3c0e0f (patch) | |
| tree | b591c207d2703f15863651104380b15a8c1352b1 | |
| parent | 3ac8e6d9e8c6e22e6ff6631be712d20007956266 (diff) | |
| download | openbsd-0a813b7aa7c38ba899b26820bc01cd7e1b3c0e0f.tar.gz openbsd-0a813b7aa7c38ba899b26820bc01cd7e1b3c0e0f.tar.bz2 openbsd-0a813b7aa7c38ba899b26820bc01cd7e1b3c0e0f.zip | |
bump to 2.6.4
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 c918a33b80..c8dd39d574 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | /* $OpenBSD: opensslv.h,v 1.43 2017/09/26 14:23:20 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.43.4.1 2017/12/11 10:50:37 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 0x2060300fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2060400fL |
| 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.6.3" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.6.4" |
| 8 | 8 | ||
| 9 | /* These will never change */ | 9 | /* These will never change */ |
| 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |
