Mailing List Archive

svn commit: vpnc r480 - /branches/vpnc-nortel/crypto-gnutls.c /trunk/crypto-gnutls.c
Author: Antonio Borneo
Date: Sun Nov 20 13:38:19 2011
New Revision: 480

Log:
Remove useless initialization

Modified:
branches/vpnc-nortel/crypto-gnutls.c
trunk/crypto-gnutls.c

Modified: branches/vpnc-nortel/crypto-gnutls.c
==============================================================================
--- branches/vpnc-nortel/crypto-gnutls.c (original)
+++ branches/vpnc-nortel/crypto-gnutls.c Sun Nov 20 13:38:19 2011
@@ -265,7 +265,7 @@
size_t *out_list_size,
crypto_error **error)
{
- gnutls_x509_crt_t *list = NULL;
+ gnutls_x509_crt_t *list;
gnutls_datum dt = { NULL, 0 };
size_t fsize = 0;
int err;

Modified: trunk/crypto-gnutls.c
==============================================================================
--- trunk/crypto-gnutls.c (original)
+++ trunk/crypto-gnutls.c Sun Nov 20 13:38:19 2011
@@ -265,7 +265,7 @@
size_t *out_list_size,
crypto_error **error)
{
- gnutls_x509_crt_t *list = NULL;
+ gnutls_x509_crt_t *list;
gnutls_datum dt = { NULL, 0 };
size_t fsize = 0;
int err;

_______________________________________________
vpnc-devel mailing list
vpnc-devel@unix-ag.uni-kl.de
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/