fix problems found by coverity: remove useless code
[openssl.git] / crypto / dsa / dsatest.c
index 912317bb443c62c9753367e6e0b9c19313a94183..5a699ca5d35b52a700b0efb01ce8abe87ede7686 100644 (file)
@@ -169,7 +169,6 @@ int main(int argc, char **argv)
                }
        BIO_printf(bio_err,"\ncounter=%d h=%ld\n",counter,h);
                
-       if (dsa == NULL) goto end;
        DSA_print(bio_err,dsa,0);
        if (counter != 105) 
                {