RT2849: Redundant check of "dsa" variable.
authorRich Salz <rsalz@openssl.org>
Thu, 4 Sep 2014 16:55:31 +0000 (12:55 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 8 Sep 2014 14:53:59 +0000 (10:53 -0400)
commit3173622ef6e8a596bf031e9b8a1eae4cd072ce03
treec62e4be04276fc89eae3a682e8ba0be87c1cecd0
parent683cd7c9485009efcd5b522357519f0c7e1d4c47
RT2849: Redundant check of "dsa" variable.

In the current code, the check isn't redundant.
And in fact the REAL check was missing.
This avoids a NULL-deref crash.

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
fips/dsa/fips_dssvs.c