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 15:02:54 +0000 (11:02 -0400)
commit177118fc2b1aa04933d03187cd50ae3a4bfdf3d2
tree06841354fc67d088de8a7907b755e4c3d9140e88
parent551ed53b2a67581f491fa729a5a5f21c1fa67323
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