Netware-specific changes,
[openssl.git] / crypto / bn / exptest.c
index b09cf887055037357a79657033941500e2dc1699..37aec55b893da755cdff81696d2e1094f491380d 100644 (file)
@@ -181,6 +181,9 @@ int main(int argc, char *argv[])
 err:
        ERR_load_crypto_strings();
        ERR_print_errors(out);
+#ifdef OPENSSL_SYS_NETWARE
+    printf("ERROR\n");
+#endif
        EXIT(1);
        return(1);
        }