diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-05-08 12:31:33 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-05-08 12:49:53 +0200 |
commit | 5b0df7433d36cc0fa220f3593382908198ad87a3 (patch) | |
tree | a89a0f3ba90107ed240ba19bae3c71ac8d493dde /extra | |
parent | 403dc759d0bc5d045da06fb326cdf59b23084953 (diff) | |
download | mariadb-git-5b0df7433d36cc0fa220f3593382908198ad87a3.tar.gz |
WolfSSL fixes
remove Timeval workaround (not needed anymore).
add template workaround.
comments.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/wolfssl/user_settings.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/wolfssl/user_settings.h.in b/extra/wolfssl/user_settings.h.in index de9d9b5a8d9..98f05079e05 100644 --- a/extra/wolfssl/user_settings.h.in +++ b/extra/wolfssl/user_settings.h.in @@ -20,6 +20,7 @@ #define WOLFSSL_AES_COUNTER #define NO_WOLFSSL_STUB #define OPENSSL_ALL +#undef WOLFSSL_ALLOW_TLSV10 /* see https://github.com/wolfSSL/wolfssl/issues/2960 */ #define NO_OLD_TIMEVAL_NAME /* FP_MAX_BITS is set high solely to satisfy ssl_8k_key.test |