summaryrefslogtreecommitdiff
path: root/crypto/md5/md5test.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-01-23 16:49:39 +0000
committerRichard Levitte <levitte@openssl.org>2004-01-23 16:49:39 +0000
commit2bff903483e5d330e06cd1c6e9a120c5dcfb7912 (patch)
treebea00dc09b8185458483a0d6de392db11653dc2b /crypto/md5/md5test.c
parentc4fd5d764d4cc2bd12c487967a3b06f2ab7020ad (diff)
downloadopenssl-new-2bff903483e5d330e06cd1c6e9a120c5dcfb7912.tar.gz
This branch hasn't been updated with changes from HEAD for a looooong time...
Here goes.
Diffstat (limited to 'crypto/md5/md5test.c')
-rw-r--r--crypto/md5/md5test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/md5/md5test.c b/crypto/md5/md5test.c
index bfd62629ed..667b6be344 100644
--- a/crypto/md5/md5test.c
+++ b/crypto/md5/md5test.c
@@ -120,6 +120,10 @@ int main(int argc, char *argv[])
R++;
P++;
}
+
+#ifdef OPENSSL_SYS_NETWARE
+ if (err) printf("ERROR: %d\n", err);
+#endif
EXIT(err);
return(0);
}