[openssl.org #3569] [PATCH] fix NetWare compilation with branch 1.0.1 / 1.0.2

2014-11-27 Thread Stephen Henson via RT
Applied now. Thanks for the report.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org

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


Re: [openssl.org #3569] [PATCH] fix NetWare compilation with branch 1.0.1 / 1.0.2

2014-10-29 Thread NormW

On 18/10/2014 5:17 AM, Guenter 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!

G/M
Can confirm need of this flag, but it should also be extended to ossl 
trunk. A compile of the latest trunk SNAP build shows that it also need 
there.

Regards,
Norm

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


[openssl.org #3569] [PATCH] fix NetWare compilation with branch 1.0.1 / 1.0.2

2014-10-17 Thread Guenter via RT
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!



--- 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;