summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcook <>2016-03-12 20:50:31 +0000
committerbcook <>2016-03-12 20:50:31 +0000
commita70a430b0e0d4aba8739ab00b60afa9e5b5b4b7a (patch)
tree7468c857409f5c04b0165ee1bf8e34d2aa8ed9e5
parent6144bc0be801ca2cefb86ebe30bd45a208ef0c15 (diff)
downloadopenbsd-a70a430b0e0d4aba8739ab00b60afa9e5b5b4b7a.tar.gz
openbsd-a70a430b0e0d4aba8739ab00b60afa9e5b5b4b7a.tar.bz2
openbsd-a70a430b0e0d4aba8739ab00b60afa9e5b5b4b7a.zip
bump for LibreSSL 2.3.3libressl-v2.3.3
-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 602ba07e6c..9a7346d70d 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 2015/11/03 02:21:20 bcook Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.33.2.1 2016/03/12 20:50:31 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 0x2030200fL 6#define LIBRESSL_VERSION_NUMBER 0x2030300fL
7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.2" 7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.3"
8 8
9/* These will never change */ 9/* These will never change */
10#define OPENSSL_VERSION_NUMBER 0x20000000L 10#define OPENSSL_VERSION_NUMBER 0x20000000L