Test cleaning and modernisation
[openssl.git] / test / enginetest.c
index d50e41818dc2ed5db7636e6edc62294c5765e80e..9b00c0122685e7f9c3cba65671b90093c79dec46 100644 (file)
@@ -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>