>Since version 0.9.0b I had to use the attached patches.

>+#ifdef __STDARG_H__
>+#include <stdarg.h>
>+#else
>+#include <varargs.h>
>+#endif

We don't support pre-ANSI C any longer. If you don't have stdarg.h,
you will have a lot of other problems.

>+++ crypto/err/err.h   Fri May 14 14:23:31 1999
 
>+#include <stdlib.h>

Why is that needed?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to