summaryrefslogtreecommitdiffstats
path: root/crypto/mdc2/mdc2test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/mdc2/mdc2test.c')
-rw-r--r--crypto/mdc2/mdc2test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/mdc2/mdc2test.c b/crypto/mdc2/mdc2test.c
index 6db546025d..c9abe99d92 100644
--- a/crypto/mdc2/mdc2test.c
+++ b/crypto/mdc2/mdc2test.c
@@ -60,6 +60,8 @@
#include <stdlib.h>
#include <string.h>
+#include "../e_os.h"
+
#if defined(OPENSSL_NO_DES) && !defined(OPENSSL_NO_MDC2)
#define OPENSSL_NO_MDC2
#endif
@@ -138,7 +140,7 @@ int main(int argc, char *argv[])
printf("pad2 - ok\n");
EVP_MD_CTX_cleanup(&c);
- exit(ret);
+ EXIT(ret);
return(ret);
}
#endif