X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdsa%2Fdsatest.c;h=ccc456eab7aee13caa767928bf446bfd217c6669;hp=1dbda6801bbca334fd23f9378e967a8df6697b94;hb=4d8743f490a5f96fa26d41985ee12cb6b9815a4c;hpb=4c8b4f9d03fb5db99fa22b235369b96039f60706 diff --git a/crypto/dsa/dsatest.c b/crypto/dsa/dsatest.c index 1dbda6801b..ccc456eab7 100644 --- a/crypto/dsa/dsatest.c +++ b/crypto/dsa/dsatest.c @@ -221,6 +221,9 @@ end: BIO_free(bio_err); bio_err = NULL; } +#ifdef OPENSSL_SYS_NETWARE + if (!ret) printf("ERROR\n"); +#endif EXIT(!ret); return(0); }