diff options
author | bcook <> | 2016-05-29 20:53:29 +0000 |
---|---|---|
committer | bcook <> | 2016-05-29 20:53:29 +0000 |
commit | 5febef210c24bf1559e29bb290e548bc1611fe41 (patch) | |
tree | 9f9b042851ea8b0af99371ee1f8a2820f364e1a3 | |
parent | 869ac3fe6b630443ce41714efa1fd1a873d21234 (diff) | |
download | openbsd-5febef210c24bf1559e29bb290e548bc1611fe41.tar.gz openbsd-5febef210c24bf1559e29bb290e548bc1611fe41.tar.bz2 openbsd-5febef210c24bf1559e29bb290e548bc1611fe41.zip |
bump to 2.3.5libressl-v2.3.5
-rw-r--r-- | src/lib/libssl/src/crypto/opensslv.h | 6 |
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 1b0e44a440..40cff7821d 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.2 2016/05/03 13:41:17 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.33.2.3 2016/05/29 20:53:29 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 0x2030300fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x2030500fL |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.4" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.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 |