Update from 1.0.0-stable

This commit is contained in:
Dr. Stephen Henson 2009-05-28 21:41:47 +00:00
parent b1b9530165
commit cc9001cb3f

View File

@ -62,6 +62,10 @@
#include <openssl/buffer.h>
#include <openssl/pqueue.h>
#ifdef OPENSSL_SYS_WIN32
/* Needed for struct timeval */
#include <winsock.h>
#endif
#ifdef __cplusplus
extern "C" {