GNUTLS: I need to wake up. Fix more.

This commit is contained in:
Aaron Jones 2016-08-17 17:37:03 +00:00
parent b24cfd7c50
commit f15a30a16f
No known key found for this signature in database
GPG key ID: EC6F86EE9CD840B5

View file

@ -692,8 +692,7 @@ rb_ssl_get_cipher(rb_fde_t *F)
kex_alg_name ? "-" : "",
cipher_alg_name ? cipher_alg_name : "",
cipher_alg_name ? "-" : "",
mac_alg_name ? mac_alg_name : "",
mac_alg_name ? "-" : "");
mac_alg_name ? mac_alg_name : "");
return buf;
}