diff options
Diffstat (limited to 'usr/src/common/openssl/crypto/rc2/rc2test.c')
-rw-r--r-- | usr/src/common/openssl/crypto/rc2/rc2test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/common/openssl/crypto/rc2/rc2test.c b/usr/src/common/openssl/crypto/rc2/rc2test.c index b67bafb49f..0e117436bb 100644 --- a/usr/src/common/openssl/crypto/rc2/rc2test.c +++ b/usr/src/common/openssl/crypto/rc2/rc2test.c @@ -205,6 +205,9 @@ int main(int argc, char *argv[]) printf("ok\n"); #endif +#ifdef OPENSSL_SYS_NETWARE + if (err) printf("ERROR: %d\n", err); +#endif EXIT(err); return(err); } |