From: Richard Levitte Date: Tue, 2 May 2000 13:38:11 +0000 (+0000) Subject: Initialise. X-Git-Tag: OpenSSL_0_9_5~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa9fb57b99d02bf9ec7918370b79c1a61b8bfc48;p=openssl Initialise. --- diff --git a/crypto/err/err.c b/crypto/err/err.c index c8dba5284b..0944cc220e 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;