reformat evp_test.c

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Dr. Stephen Henson 2015-02-27 02:50:41 +00:00
parent 2207ba7b44
commit 366448ec5e

View File

@ -483,7 +483,7 @@ int main(int argc, char **argv)
ERR_load_crypto_strings();
OpenSSL_add_all_algorithms();
memset(&t,0,sizeof(t));
memset(&t, 0, sizeof(t));
t.meth = NULL;
t.public = NULL;
t.private = NULL;