Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/or
[openssl.git] / apps / ocsp.c
index c0838f1838213cdf0befe3b561fa4d1a9f6f31ca..eb38e4da6d2789d56b2e534dd972b879c54ac848 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <time.h>
 #include "apps.h" /* needs to be included before the openssl headers! */
 #include <openssl/e_os2.h>
+#include <openssl/crypto.h>
+#include <openssl/err.h>
 #include <openssl/ssl.h>
 #include <openssl/evp.h>
+#include <openssl/bn.h>
 
 #if defined(NETWARE_CLIB)
 #  ifdef NETWARE_BSDSOCK