summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcook <>2017-01-07 11:25:49 +0000
committerbcook <>2017-01-07 11:25:49 +0000
commitfdd86791ea66645a150e9802941ca547a6cc2a1a (patch)
treeb39c28b500c712b86ab426a6f8651e2453e79ba1
parent0efabed8d56aa1c816e8472b8c19be277119cf7e (diff)
downloadopenbsd-fdd86791ea66645a150e9802941ca547a6cc2a1a.tar.gz
openbsd-fdd86791ea66645a150e9802941ca547a6cc2a1a.tar.bz2
openbsd-fdd86791ea66645a150e9802941ca547a6cc2a1a.zip
Bump for LibreSSL 2.4.5libressl-v2.4.5
-rw-r--r--src/lib/libssl/src/crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/src/crypto/opensslv.h b/src/lib/libssl/src/crypto/opensslv.h
index d28eaf1bfd..97156c13f2 100644
--- a/src/lib/libssl/src/crypto/opensslv.h
+++ b/src/lib/libssl/src/crypto/opensslv.h
@@ -1,10 +1,10 @@
1/* $OpenBSD: opensslv.h,v 1.36.2.2 2016/10/02 23:22:52 bcook Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.36.2.3 2017/01/07 11:25:49 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 0x2040400fL 6#define LIBRESSL_VERSION_NUMBER 0x2040500fL
7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.4" 7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.5"
8 8
9/* These will never change */ 9/* These will never change */
10#define OPENSSL_VERSION_NUMBER 0x20000000L 10#define OPENSSL_VERSION_NUMBER 0x20000000L