Netware-specific changes,
[openssl.git] / crypto / dsa / dsatest.c
index 1dbda6801bbca334fd23f9378e967a8df6697b94..ccc456eab7aee13caa767928bf446bfd217c6669 100644 (file)
@@ -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);
        }