diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2021-06-09 12:34:23 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2021-06-09 15:44:55 +0200 |
commit | dbe3161b6dab7640f7705d68f36cbd84240e80d1 (patch) | |
tree | 69ea95e73281000b7bc9d0f43ce4aabf7fc751ed /extra/wolfssl | |
parent | c7ee039d36f69f24fb3b1c422fcff8dbf974e3eb (diff) | |
download | mariadb-git-dbe3161b6dab7640f7705d68f36cbd84240e80d1.tar.gz |
Remove WolfSSL workaround for old version.
We're already on 4.4.6
Diffstat (limited to 'extra/wolfssl')
-rw-r--r-- | extra/wolfssl/user_settings.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/wolfssl/user_settings.h.in b/extra/wolfssl/user_settings.h.in index e381e87ce71..911c466372e 100644 --- a/extra/wolfssl/user_settings.h.in +++ b/extra/wolfssl/user_settings.h.in @@ -20,7 +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 WOLFSSL_ALLOW_TLSV10 #define NO_OLD_TIMEVAL_NAME /* FP_MAX_BITS is set high solely to satisfy ssl_8k_key.test |