diff options
author | Robert Golebiowski <robert.golebiowski@oracle.com> | 2015-09-18 10:35:09 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2015-09-18 16:13:18 +0200 |
commit | 0243a2d432abb609af890aea5a417862aa4514cb (patch) | |
tree | c96d33c6c9b8f88f710339919e0423a6f25d34f7 /extra/yassl/include | |
parent | b1895fb8c924e7152b73765cfd02b686362ca76c (diff) | |
download | mariadb-git-0243a2d432abb609af890aea5a417862aa4514cb.tar.gz |
Bug #21025377 CAN'T CONNECT TO SSL ENABLED SERVER FIRST 30 SEC AFTER
INITIAL STARTUP
Updated yassl to yassl-2.3.7e
(cherry picked from commit 6e21c8c04b922bdb60b6a7c174709d2e1bdd3618)
Diffstat (limited to 'extra/yassl/include')
-rw-r--r-- | extra/yassl/include/openssl/ssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/include/openssl/ssl.h b/extra/yassl/include/openssl/ssl.h index 692d8b270d2..9e16f9278a7 100644 --- a/extra/yassl/include/openssl/ssl.h +++ b/extra/yassl/include/openssl/ssl.h @@ -35,7 +35,7 @@ #include "rsa.h" -#define YASSL_VERSION "2.3.7d" +#define YASSL_VERSION "2.3.7e" #if defined(__cplusplus) |