summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc4/rc4test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4test.c')
-rw-r--r--src/lib/libcrypto/rc4/rc4test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/rc4/rc4test.c b/src/lib/libcrypto/rc4/rc4test.c
index b9d8f20975..a28d457c8d 100644
--- a/src/lib/libcrypto/rc4/rc4test.c
+++ b/src/lib/libcrypto/rc4/rc4test.c
@@ -60,8 +60,6 @@
60#include <stdlib.h> 60#include <stdlib.h>
61#include <string.h> 61#include <string.h>
62 62
63#include "../e_os.h"
64
65#ifdef OPENSSL_NO_RC4 63#ifdef OPENSSL_NO_RC4
66int main(int argc, char *argv[]) 64int main(int argc, char *argv[])
67{ 65{
@@ -197,7 +195,7 @@ int main(int argc, char *argv[])
197 } 195 }
198 } 196 }
199 printf("done\n"); 197 printf("done\n");
200 EXIT(err); 198 exit(err);
201 return(0); 199 return(0);
202 } 200 }
203#endif 201#endif