Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Reviewed by: steve

Initialise p pointer.
This commit is contained in:
Dr. Stephen Henson 2011-09-01 13:52:38 +00:00
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