diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2019-03-27 02:08:25 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2019-03-27 02:08:25 +0000 |
commit | 4ae0b78512ec2b0af89dcb51d53f9f6e4e76fe7c (patch) | |
tree | b9cf9d5ff4fac8369c278986c5c6df0d8d75c2dd /lib/libcrypto/opensslv.h | |
parent | c9573566b7edb03c21a22afe62048a7d5bba2e89 (diff) |
bump to 2.9.1
Diffstat (limited to 'lib/libcrypto/opensslv.h')
-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 779d9b5f3c8..88e99392f28 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.50 2018/11/08 17:36:57 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.51 2019/03/27 02:08:24 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x2090000fL +#define LIBRESSL_VERSION_NUMBER 0x2090100fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.9.0" +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.9.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |