Fix conditional compile logic in speed.c
authorMatt Caswell <matt@openssl.org>
Wed, 6 Apr 2016 10:17:44 +0000 (11:17 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:52:33 +0000 (08:52 +0100)
commitb22234deebe2e1758d59c64778ce462f11f16cb4
treeecc1bbd89326b9a0c06f5be1bc83d3f3ae65ac91
parent03b0e735556ed31c3e9096350e7a4563ea9d34b7
Fix conditional compile logic in speed.c

The conditional compile logic wasn't quite right in speed.c for when
both OPENSSL_NO_DSA and OPENSSL_NO_EC are defined.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/speed.c