X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fexptest.c;h=37aec55b893da755cdff81696d2e1094f491380d;hp=b09cf887055037357a79657033941500e2dc1699;hb=4d8743f490a5f96fa26d41985ee12cb6b9815a4c;hpb=4c8b4f9d03fb5db99fa22b235369b96039f60706 diff --git a/crypto/bn/exptest.c b/crypto/bn/exptest.c index b09cf88705..37aec55b89 100644 --- a/crypto/bn/exptest.c +++ b/crypto/bn/exptest.c @@ -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); }