diff options
Diffstat (limited to 'src/lib/libcrypto/cast/casttest.c')
-rw-r--r-- | src/lib/libcrypto/cast/casttest.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cast/casttest.c b/src/lib/libcrypto/cast/casttest.c index 099e790886..83e5a16c73 100644 --- a/src/lib/libcrypto/cast/casttest.c +++ b/src/lib/libcrypto/cast/casttest.c | |||
@@ -60,6 +60,8 @@ | |||
60 | #include <string.h> | 60 | #include <string.h> |
61 | #include <stdlib.h> | 61 | #include <stdlib.h> |
62 | 62 | ||
63 | #include "../e_os.h" | ||
64 | |||
63 | #ifdef OPENSSL_NO_CAST | 65 | #ifdef OPENSSL_NO_CAST |
64 | int main(int argc, char *argv[]) | 66 | int main(int argc, char *argv[]) |
65 | { | 67 | { |
@@ -224,7 +226,7 @@ int main(int argc, char *argv[]) | |||
224 | } | 226 | } |
225 | #endif | 227 | #endif |
226 | 228 | ||
227 | exit(err); | 229 | EXIT(err); |
228 | return(err); | 230 | return(err); |
229 | } | 231 | } |
230 | #endif | 232 | #endif |