> find below / attached the patch against
> openssl-0.9.8-stable-SNAP-20090601 which fixes this issue:
> 
> --- ssl/dtls1.h.orig  Fri May 29 15:04:04 2009
> +++ ssl/dtls1.h       Mon Jun 01 18:37:20 2009
> @@ -65,6 +65,8 @@
>  #ifdef OPENSSL_SYS_WIN32
>  /* Needed for struct timeval */
>  #include <winsock.h>
> +#elif defined(OPENSSL_SYS_NETWARE)
> +#include <sys/timeval.h>
>  #endif
> 
>  #ifdef  __cplusplus

same patch applies cleanly to openssl-1.0.0-stable-SNAP-20090601



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to