diff options
author | bcook <> | 2016-05-03 13:41:17 +0000 |
---|---|---|
committer | bcook <> | 2016-05-03 13:41:17 +0000 |
commit | cba8957e64e49a549128204d20f99c3bcf082a41 (patch) | |
tree | dee77b5cecc1274afe90cf787306e3d32f7ae696 | |
parent | 9811aa06120a57bde5122e1743b02d952c0e58a2 (diff) | |
download | openbsd-cba8957e64e49a549128204d20f99c3bcf082a41.tar.gz openbsd-cba8957e64e49a549128204d20f99c3bcf082a41.tar.bz2 openbsd-cba8957e64e49a549128204d20f99c3bcf082a41.zip |
bump to 2.3.4
-rw-r--r-- | src/lib/libssl/src/crypto/opensslv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/crypto/opensslv.h b/src/lib/libssl/src/crypto/opensslv.h index 9a7346d70d..1b0e44a440 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.1 2016/03/12 20:50:31 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.33.2.2 2016/05/03 13:41:17 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 0x2030300fL |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.3" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.4" |
8 | 8 | ||
9 | /* These will never change */ | 9 | /* These will never change */ |
10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |