GNUTLS: I need to wake up. Fix more.
This commit is contained in:
parent
b24cfd7c50
commit
f15a30a16f
1 changed files with 1 additions and 2 deletions
|
@ -692,8 +692,7 @@ rb_ssl_get_cipher(rb_fde_t *F)
|
||||||
kex_alg_name ? "-" : "",
|
kex_alg_name ? "-" : "",
|
||||||
cipher_alg_name ? cipher_alg_name : "",
|
cipher_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;
|
return buf;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue