From aa9fb57b99d02bf9ec7918370b79c1a61b8bfc48 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 2 May 2000 13:38:11 +0000 Subject: [PATCH] Initialise. --- crypto/err/err.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/err/err.c b/crypto/err/err.c index c8dba5284..0944cc220 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -666,7 +666,7 @@ void ERR_remove_state(unsigned long pid) ERR_STATE *ERR_get_state(void) { static ERR_STATE fallback; - ERR_STATE *ret=NULL,tmp,*tmpp; + ERR_STATE *ret=NULL,tmp,*tmpp=NULL; int thread_state_exists; int i; unsigned long pid;