Hi, it would be cool to get the patch below applied before another round 
of new releases or betas goes out ...

On 17.10.2014 21:17, The default queue via RT wrote:
> -------------------------------------------------------------------------
> Attached patch adds:
> - a recursive "ssl" include since NetWare CodeWarrior compiler doesnt
> properly lookup includes when in same directory as the C file which
> includes it.
>
> --- util/pl/netware.pl.orig   Tue Jul 22 21:41:23 2014
> +++ util/pl/netware.pl        Fri Aug 08 13:52:43 2014
> @@ -212,7 +212,7 @@
>       #        Turned off the "possible" warnings ( -w nopossible ).
> Metrowerks
>       #        complained a lot about various stuff.  May want to turn back
>       #        on for further development.
> -   $cflags.=" -nostdinc -ir crypto -ir engines -ir apps -I$include_path \\
> +   $cflags.=" -nostdinc -ir crypto -ir ssl -ir engines -ir apps
> -I$include_path \\
>             -msgstyle gcc -align 4 -processor pentium -char unsigned \\
>             -w on -w nolargeargs -w nopossible -w nounusedarg -w
> nounusedexpr \\
>             -w noimplicitconv -relax_pointers -nosyspath -maxerrors 20";
>
>
> please apply to OpenSSL 1.0.1 and 1.0.2 branch. Thanks!
and of course also HEAD.

Thanks, Guenter.




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

Reply via email to