warning--. hmmm

SVN revision: 62255
This commit is contained in:
Carsten Haitzler 2011-08-09 13:26:03 +00:00
parent ce1fb4636b
commit 8aa560f753
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ eet_identity_open(const char *certificate_file,
Eet_Key *key = NULL; Eet_Key *key = NULL;
# ifdef HAVE_GNUTLS # ifdef HAVE_GNUTLS
/* Gnutls private declarations */ /* Gnutls private declarations */
Eina_File *f; Eina_File *f = NULL;
void *data = NULL; void *data = NULL;
gnutls_datum_t load_file = { NULL, 0 }; gnutls_datum_t load_file = { NULL, 0 };
char pass[1024]; char pass[1024];