diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2016-06-30 11:10:30 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2016-06-30 11:10:30 +0000 |
commit | 6fbd0f1daf439dcf12417bebdd5741f7f177cc72 (patch) | |
tree | 0321229614ae14673a6447ebe006de0226fbcb80 /lib | |
parent | 2ab809fc68984d5e6f02c27e4019c0b51f77f3a8 (diff) |
bump to 2.4.2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/crypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/opensslv.h b/lib/libssl/src/crypto/opensslv.h index fe9b3d7ed79..2becf1af017 100644 --- a/lib/libssl/src/crypto/opensslv.h +++ b/lib/libssl/src/crypto/opensslv.h @@ -1,10 +1,10 @@ -/* $OpenBSD: opensslv.h,v 1.35 2016/06/06 09:50:15 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.36 2016/06/30 11:10:29 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x2040100fL -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.1" +#define LIBRESSL_VERSION_NUMBER 0x2040200fL +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.2" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |