Cygwin compatibility fix to apps/ocsp.c.

This commit is contained in:
Andy Polyakov 2008-01-05 21:32:29 +00:00
parent 6d0624aca3
commit 637f90621d

View File

@ -60,6 +60,7 @@
#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/ssl.h>