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:48 +00:00
parent d77a970669
commit 04485c5bc0

View File

@ -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