summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-05-02 13:38:11 +0000
committerRichard Levitte <levitte@openssl.org>2000-05-02 13:38:11 +0000
commitaa9fb57b99d02bf9ec7918370b79c1a61b8bfc48 (patch)
tree80188f26d7205fa96800b7683f9f52bf55f0d694 /crypto/err
parent65962686758eda5e4eea9852306d91d17502bd1e (diff)
Initialise.
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.c2
1 files changed, 1 insertions, 1 deletions
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;