mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
gnutls: fix typo
This commit is contained in:
parent
673ec98e71
commit
7233e364cc
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ rb_setup_ssl_server(const char *cert, const char *keyfile, const char *dhfile, c
|
|||
rb_lib_log("rb_setup_ssl_server: Unable to setup DH parameters");
|
||||
}
|
||||
|
||||
ret = gnutls_priority_init(&default_priority, ssl_cipher_list, &err);
|
||||
ret = gnutls_priority_init(&default_priority, cipher_list, &err);
|
||||
if (ret < 0)
|
||||
{
|
||||
rb_lib_log("rb_setup_ssl_server: syntax error (using defaults instead) in ssl cipher list at: %s", err);
|
||||
|
|
Loading…
Reference in a new issue