diff options
author | bcook <> | 2016-05-03 13:49:36 +0000 |
---|---|---|
committer | bcook <> | 2016-05-03 13:49:36 +0000 |
commit | 8181baa5419dfe7a69d4ed71a0c5f58e01d1edaa (patch) | |
tree | 4822e4b7fbb0319ed1c9c72f85883f202c561345 | |
parent | 09e01e8eaf2e2073521649b395f43d20782f6286 (diff) | |
download | openbsd-8181baa5419dfe7a69d4ed71a0c5f58e01d1edaa.tar.gz openbsd-8181baa5419dfe7a69d4ed71a0c5f58e01d1edaa.tar.bz2 openbsd-8181baa5419dfe7a69d4ed71a0c5f58e01d1edaa.zip |
bump to 2.2.7
-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 fc16195b11..782ae02716 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.4 2016/01/28 15:36:06 beck Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.30.4.5 2016/05/03 13:49:36 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 0x20020006L | 6 | #define LIBRESSL_VERSION_NUMBER 0x20020006L |
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.6" | 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.7" |
8 | 8 | ||
9 | /* These will never change */ | 9 | /* These will never change */ |
10 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 10 | #define OPENSSL_VERSION_NUMBER 0x20000000L |