Commit c16fe33f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Make some constant data table static

parent c5380868
......@@ -575,7 +575,7 @@ gnutls_ClientCreate( tls_t *p_tls )
tls_session_t *p_session = NULL;
tls_client_sys_t *p_sys = NULL;
int i_val;
const int cert_type_priority[3] =
static const int cert_type_priority[3] =
{
GNUTLS_CRT_X509,
0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment