evp/evp_test.c: avoid crashes when referencing uninitialized pointers.
authorAndy Polyakov <appro@openssl.org>
Sun, 22 Feb 2015 18:13:35 +0000 (19:13 +0100)
committerAndy Polyakov <appro@openssl.org>
Sun, 22 Feb 2015 18:13:35 +0000 (19:13 +0100)
commit1526fea5441f0b6256b298b30ba9fcb3e3ecd930
tree6e4b4cc9fc0d8dc6e2b8d95e587a14751fed3f73
parent15b5d6585de098e48acebc8366a9956ee57c8f2d
evp/evp_test.c: avoid crashes when referencing uninitialized pointers.

For some reason failure surfaced on ARM platforms.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/evp/evp_test.c