mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Initialise.
This commit is contained in:
parent
6596268675
commit
aa9fb57b99
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user