aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md2/md2test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md2/md2test.c')
-rw-r--r--crypto/md2/md2test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/md2/md2test.c b/crypto/md2/md2test.c
index 9c1e28b6ce..13cbec4ab0 100644
--- a/crypto/md2/md2test.c
+++ b/crypto/md2/md2test.c
@@ -124,6 +124,9 @@ int main(int argc, char *argv[])
R++;
P++;
}
+#ifdef OPENSSL_SYS_NETWARE
+ if (err) printf("ERROR: %d\n", err);
+#endif
EXIT(err);
}