Initialise.
authorRichard Levitte <levitte@openssl.org>
Tue, 2 May 2000 13:38:11 +0000 (13:38 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 2 May 2000 13:38:11 +0000 (13:38 +0000)
crypto/err/err.c

index c8dba5284b047111d39f78fb1991d2a66d880821..0944cc220ef6b30255f1b941da6b6eb001d1e20a 100644 (file)
@@ -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;