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