diff options
author | Sergei Golubchik <serg@mariadb.org> | 2021-07-16 19:28:29 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-07-16 19:29:38 +0200 |
commit | 7af5d96f002fedf873c6274b0a919e7fee2af805 (patch) | |
tree | c83f3778cfb23ee1d731e281b762946164e16baa | |
parent | bd3ac6758a9615e9a5d7d45a87dde8b448cb4a86 (diff) | |
download | mariadb-git-7af5d96f002fedf873c6274b0a919e7fee2af805.tar.gz |
MDEV-22221: MariaDB with WolfSSL doesn't support AES-GCM cipher for SSL
commit the forgotten result file
followup for b81803f0657
-rw-r--r-- | mysql-test/main/wolfssl.result | 3 |
1 files changed, 3 insertions, 0 deletions
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 |