X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Fdes%2Fdestest.c;h=4584cf300453246f27503600949daf32a6b339c0;hb=4d8743f490a5f96fa26d41985ee12cb6b9815a4c;hp=788f552c88c573ab5e916344388906ae67a23228;hpb=4c8b4f9d03fb5db99fa22b235369b96039f60706;p=thirdparty%2Fopenssl.git diff --git a/crypto/des/destest.c b/crypto/des/destest.c index 788f552c88..4584cf3004 100644 --- a/crypto/des/destest.c +++ b/crypto/des/destest.c @@ -821,6 +821,9 @@ plain[8+4], plain[8+5], plain[8+6], plain[8+7]); printf("fast crypt error, %s should be yA1Rp/1hZXIJk\n",str); err=1; } +#ifdef OPENSSL_SYS_NETWARE + if (err) printf("ERROR: %d\n", err); +#endif printf("\n"); return(err); }