diff options
author | Richard Levitte <levitte@openssl.org> | 2003-11-28 14:10:58 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-11-28 14:10:58 +0100 |
commit | 4d8743f490a5f96fa26d41985ee12cb6b9815a4c (patch) | |
tree | 9668a30c8c9bcc3347eddb5b553d8f1c6ccc8524 /crypto/des/destest.c | |
parent | Change my debugging entries to do fierce BIGNUM debugging. (diff) | |
download | openssl-4d8743f490a5f96fa26d41985ee12cb6b9815a4c.tar.xz openssl-4d8743f490a5f96fa26d41985ee12cb6b9815a4c.zip |
Netware-specific changes,
PR: 780
Submitted by: Verdon Walker <VWalker@novell.com>
Reviewed by: Richard Levitte
Diffstat (limited to 'crypto/des/destest.c')
-rw-r--r-- | crypto/des/destest.c | 3 |
1 files changed, 3 insertions, 0 deletions
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); } |