diff options
Diffstat (limited to 'src/lib/libcrypto/rc2/rc2test.c')
-rw-r--r-- | src/lib/libcrypto/rc2/rc2test.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/rc2/rc2test.c b/src/lib/libcrypto/rc2/rc2test.c index b67bafb49f..d9a2a0a1cb 100644 --- a/src/lib/libcrypto/rc2/rc2test.c +++ b/src/lib/libcrypto/rc2/rc2test.c | |||
@@ -63,8 +63,6 @@ | |||
63 | #include <string.h> | 63 | #include <string.h> |
64 | #include <stdlib.h> | 64 | #include <stdlib.h> |
65 | 65 | ||
66 | #include "../e_os.h" | ||
67 | |||
68 | #ifdef OPENSSL_NO_RC2 | 66 | #ifdef OPENSSL_NO_RC2 |
69 | int main(int argc, char *argv[]) | 67 | int main(int argc, char *argv[]) |
70 | { | 68 | { |
@@ -205,7 +203,7 @@ int main(int argc, char *argv[]) | |||
205 | printf("ok\n"); | 203 | printf("ok\n"); |
206 | #endif | 204 | #endif |
207 | 205 | ||
208 | EXIT(err); | 206 | exit(err); |
209 | return(err); | 207 | return(err); |
210 | } | 208 | } |
211 | 209 | ||