summaryrefslogtreecommitdiffstats
path: root/test/enginetest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/enginetest.c')
-rw-r--r--test/enginetest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/enginetest.c b/test/enginetest.c
index d50e41818d..9b00c01226 100644
--- a/test/enginetest.c
+++ b/test/enginetest.c
@@ -9,13 +9,14 @@
#include <stdio.h>
#include <string.h>
+#include <stdlib.h>
#include <openssl/e_os2.h>
#ifdef OPENSSL_NO_ENGINE
int main(int argc, char *argv[])
{
printf("No ENGINE support\n");
- return (0);
+ return EXIT_SUCCESS;
}
#else
# include <openssl/buffer.h>