summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcook <>2016-06-06 09:51:46 +0000
committerbcook <>2016-06-06 09:51:46 +0000
commit0bae3b9428e85e2bcb702f45c99165eb92dae926 (patch)
tree6f7d59edf5b5bdbea17ecb5dc1d825a8fb35672c
parent5febef210c24bf1559e29bb290e548bc1611fe41 (diff)
downloadopenbsd-0bae3b9428e85e2bcb702f45c99165eb92dae926.tar.gz
openbsd-0bae3b9428e85e2bcb702f45c99165eb92dae926.tar.bz2
openbsd-0bae3b9428e85e2bcb702f45c99165eb92dae926.zip
LibreSSL 2.3.6
-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 40cff7821d..47254e3725 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.33.2.3 2016/05/29 20:53:29 bcook Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.33.2.4 2016/06/06 09:51:46 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 0x2030500fL 6#define LIBRESSL_VERSION_NUMBER 0x2030600fL
7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.5" 7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.6"
8 8
9/* These will never change */ 9/* These will never change */
10#define OPENSSL_VERSION_NUMBER 0x20000000L 10#define OPENSSL_VERSION_NUMBER 0x20000000L