Skip to content

Commit dbe3161

Browse files
committed
Remove WolfSSL workaround for old version.
We're already on 4.4.6
1 parent c7ee039 commit dbe3161

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

extra/wolfssl/user_settings.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define WOLFSSL_AES_COUNTER
2121
#define NO_WOLFSSL_STUB
2222
#define OPENSSL_ALL
23-
#undef WOLFSSL_ALLOW_TLSV10 /* see https://github.com/wolfSSL/wolfssl/issues/2960 */
23+
#define WOLFSSL_ALLOW_TLSV10
2424
#define NO_OLD_TIMEVAL_NAME
2525
/*
2626
FP_MAX_BITS is set high solely to satisfy ssl_8k_key.test

mysql-test/suite.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ sub skip_combinations {
7474
$skip{'main/ssl_verify_ip.test'} = 'x509v3 support required'
7575
unless $openssl_ver ge "1.0.2";
7676

77-
$skip{'main/tls_version1.test'} = 'https://github.com/wolfSSL/wolfssl/issues/2960'
78-
if $ssl_lib =~ /WolfSSL 4.4.0/;
7977

8078
%skip;
8179
}

0 commit comments

Comments
 (0)