summaryrefslogtreecommitdiffstats
path: root/crypto/rc2/rc2test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc2/rc2test.c')
-rw-r--r--crypto/rc2/rc2test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/rc2/rc2test.c b/crypto/rc2/rc2test.c
index d9a2a0a1cb..b67bafb49f 100644
--- a/crypto/rc2/rc2test.c
+++ b/crypto/rc2/rc2test.c
@@ -63,6 +63,8 @@
#include <string.h>
#include <stdlib.h>
+#include "../e_os.h"
+
#ifdef OPENSSL_NO_RC2
int main(int argc, char *argv[])
{
@@ -203,7 +205,7 @@ int main(int argc, char *argv[])
printf("ok\n");
#endif
- exit(err);
+ EXIT(err);
return(err);
}