From 7af5d96f002fedf873c6274b0a919e7fee2af805 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 16 Jul 2021 19:28:29 +0200 Subject: MDEV-22221: MariaDB with WolfSSL doesn't support AES-GCM cipher for SSL commit the forgotten result file followup for b81803f0657 --- mysql-test/main/wolfssl.result | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mysql-test/main/wolfssl.result (limited to 'mysql-test/main') diff --git a/mysql-test/main/wolfssl.result b/mysql-test/main/wolfssl.result new file mode 100644 index 00000000000..88df540ca95 --- /dev/null +++ b/mysql-test/main/wolfssl.result @@ -0,0 +1,3 @@ +SELECT @@ssl_cipher; +@@ssl_cipher +ECDHE-RSA-AES256-GCM-SHA384 -- cgit v1.2.1