PR: 2589
Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Initialise p pointer.
This commit is contained in:
parent
e71f7786e3
commit
b5bd966ea4
@ -160,7 +160,7 @@ static int vms_load(DSO *dso)
|
||||
# define DSO_MALLOC OPENSSL_malloc
|
||||
#endif /* __INITIAL_POINTER_SIZE == 64 [else] */
|
||||
|
||||
DSO_VMS_INTERNAL *p;
|
||||
DSO_VMS_INTERNAL *p = NULL;
|
||||
|
||||
#if __INITIAL_POINTER_SIZE == 64
|
||||
# pragma pointer_size restore
|
||||
|
Loading…
x
Reference in New Issue
Block a user