summaryrefslogtreecommitdiff
path: root/lib/crypto.c
diff options
context:
space:
mode:
authorNikos <nmav@crystal.(none)>2008-03-29 12:02:47 +0200
committerNikos <nmav@crystal.(none)>2008-03-29 12:02:47 +0200
commit38df2b42fd5bf934115c9d78d366109c97ab1cc7 (patch)
treebbf0884d829c357675926fcf26ca99243a67778d /lib/crypto.c
parent0b37eef0f6b6626d5e4b5936bbc6f012416ef61a (diff)
parent42cbcc16110d8ad3fba27b57426fa4c435b54537 (diff)
downloadgnutls-38df2b42fd5bf934115c9d78d366109c97ab1cc7.tar.gz
Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutls
Diffstat (limited to 'lib/crypto.c')
-rw-r--r--lib/crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto.c b/lib/crypto.c
index 830623157f..852cb2ffdf 100644
--- a/lib/crypto.c
+++ b/lib/crypto.c
@@ -42,7 +42,7 @@ typedef struct algo_list {
static int _algo_register( algo_list* al, int algorithm, int priority, void* s)
{
algo_list* cl;
-algo_list* last_cl;
+algo_list* last_cl = NULL;
/* look if there is any cipher with lowest priority. In that case do not add.
*/