summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcook <>2015-12-04 13:45:01 +0000
committerbcook <>2015-12-04 13:45:01 +0000
commitbd5702047f86e57836025045751684d993f22108 (patch)
tree6ce07e51300dd4fb388d3b209f8a1bdb179cb1cd
parent2afcba54e32e687619f9296fcf749d72a8f9a2ec (diff)
downloadopenbsd-libressl-v2.2.5.tar.gz
openbsd-libressl-v2.2.5.tar.bz2
openbsd-libressl-v2.2.5.zip
Bump LibreSSL version number to 2.2.5 in 5.8 release branch.libressl-v2.2.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 a70d07a8df..a41b527d19 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.30.4.2 2015/10/15 21:05:41 bcook Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.30.4.3 2015/12/04 13:45:01 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 0x20020004L 6#define LIBRESSL_VERSION_NUMBER 0x20020005L
7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.4" 7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.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