mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
GNUTLS: Make anon_cred and xcred static
anon_cred and xcred are defined in src/network/ssl/ssl.c and not mentioned in any other file. Make them static.
This commit is contained in:
parent
6457a13005
commit
5ddf20b85e
@ -127,8 +127,8 @@ static struct module openssl_module = struct_module(
|
||||
|
||||
#elif defined(CONFIG_GNUTLS)
|
||||
|
||||
gnutls_anon_client_credentials_t anon_cred = NULL;
|
||||
gnutls_certificate_credentials_t xcred = NULL;
|
||||
static gnutls_anon_client_credentials_t anon_cred = NULL;
|
||||
static gnutls_certificate_credentials_t xcred = NULL;
|
||||
|
||||
#if 0
|
||||
const static int kx_priority[16] = {
|
||||
|
Loading…
Reference in New Issue
Block a user