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 | 721a5ad29f7ea031c48ed0965fa5fde5caaae80c (patch) | |
tree | a65c5359e57a83c2fae01ae9910a276f63057512 /lib/libcrypto | |
parent | 7c4e65bca6a14fc03d6afa4936566f99b8405864 (diff) |
bump to 2.4.2
Diffstat (limited to 'lib/libcrypto')
-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 fe9b3d7ed79..2becf1af017 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/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 |