diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2016-07-31 19:30:33 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2016-07-31 19:30:33 +0000 |
commit | 28688c3f54404a5eecc735a681d7803c5fcef04d (patch) | |
tree | 9243c17c35a9cbbc0f010247ae4ae1aa79044656 /lib | |
parent | e56eff6f856aa0725b4f17ec8fdc92d71ed5f3fd (diff) |
bump for LibreSSL 2.5.x
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index 2becf1af017..ecc92412d1d 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,10 +1,10 @@ -/* $OpenBSD: opensslv.h,v 1.36 2016/06/30 11:10:29 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.37 2016/07/31 19:30:32 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x2040200fL -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.2" +#define LIBRESSL_VERSION_NUMBER 0x2050000fL +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.5.0" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |