1
0
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:
Kalle Olavi Niemitalo 2011-05-02 14:53:48 +03:00 committed by Kalle Olavi Niemitalo
parent 6457a13005
commit 5ddf20b85e

View File

@ -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] = {