diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2019-09-30 07:56:15 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2019-09-30 07:56:15 +0000 |
commit | 9c62e97c153eafe5497327b838ce71e7e53cc196 (patch) | |
tree | c91761e28f905744fb46f9cc01522a66ffb5b3fe /lib | |
parent | 060428627fbe51cc29cc95424067bf15f7ebc618 (diff) |
bump for LibreSSL 3.0.1
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 563bc12c998..648d27f01fb 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.52 2019/05/23 02:54:44 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.53 2019/09/30 07:56:14 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3000000fL +#define LIBRESSL_VERSION_NUMBER 0x3000100fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.0" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |