GNUTLS: Fix typo on previous commit
This commit is contained in:
parent
06feeb244d
commit
b24cfd7c50
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ rb_ssl_get_cipher(rb_fde_t *F)
|
|||
gnutls_cipher_get_name(gnutls_cipher_get(SSL_P(F)));
|
||||
|
||||
const char* mac_alg_name =
|
||||
gnutls_mac_get_name(gnutls_mac_get(SSL_P(F))));
|
||||
gnutls_mac_get_name(gnutls_mac_get(SSL_P(F)));
|
||||
|
||||
(void) rb_snprintf(buf, sizeof buf, "%s%s%s%s%s%s%s",
|
||||
proto_name ? proto_name : "",
|
||||
|
|
Loading…
Reference in a new issue