summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcook <>2019-09-30 07:56:14 +0000
committerbcook <>2019-09-30 07:56:14 +0000
commitc0eb064666751dc15d01b44ff84350bebe3b9cc4 (patch)
tree3defdce08bf73cf96d0d4b6e6c7f8445c09ab23e
parent6b2cd8a21ae0c20126f54607e28bde7127808028 (diff)
downloadopenbsd-c0eb064666751dc15d01b44ff84350bebe3b9cc4.tar.gz
openbsd-c0eb064666751dc15d01b44ff84350bebe3b9cc4.tar.bz2
openbsd-c0eb064666751dc15d01b44ff84350bebe3b9cc4.zip
bump for LibreSSL 3.0.1libressl-v3.0.1
-rw-r--r--src/lib/libcrypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h
index 563bc12c99..648d27f01f 100644
--- a/src/lib/libcrypto/opensslv.h
+++ b/src/lib/libcrypto/opensslv.h
@@ -1,11 +1,11 @@
1/* $OpenBSD: opensslv.h,v 1.52 2019/05/23 02:54:44 bcook Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.53 2019/09/30 07:56:14 bcook Exp $ */
2#ifndef HEADER_OPENSSLV_H 2#ifndef HEADER_OPENSSLV_H
3#define HEADER_OPENSSLV_H 3#define HEADER_OPENSSLV_H
4 4
5/* These will change with each release of LibreSSL-portable */ 5/* These will change with each release of LibreSSL-portable */
6#define LIBRESSL_VERSION_NUMBER 0x3000000fL 6#define LIBRESSL_VERSION_NUMBER 0x3000100fL
7/* ^ Patch starts here */ 7/* ^ Patch starts here */
8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.0" 8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.1"
9 9
10/* These will never change */ 10/* These will never change */
11#define OPENSSL_VERSION_NUMBER 0x20000000L 11#define OPENSSL_VERSION_NUMBER 0x20000000L