Re: Conditionally Patching output of Makefile from Configure?

2012-12-30 Thread jb-openssl
On 31-12-2012 00:14, jb-open...@wisemo.com wrote: On 30-12-2012 21:34, Jeffrey Walton wrote: On Sun, Dec 30, 2012 at 3:20 PM, wrote: On 30-12-2012 21:01, Jeffrey Walton wrote: Hi All, While working on Apple with Mac OS X and iOS, I found I needed to patch OpenSSL 1.0.1c's Makefile. Makefil

Re: Conditionally Patching output of Makefile from Configure?

2012-12-30 Thread jb-openssl
On 30-12-2012 21:34, Jeffrey Walton wrote: On Sun, Dec 30, 2012 at 3:20 PM, wrote: On 30-12-2012 21:01, Jeffrey Walton wrote: Hi All, While working on Apple with Mac OS X and iOS, I found I needed to patch OpenSSL 1.0.1c's Makefile. Makefile.org has the following line, and it was copied dir

Re: Conditionally Patching output of Makefile from Configure?

2012-12-30 Thread Jeffrey Walton
On Sun, Dec 30, 2012 at 3:20 PM, wrote: > On 30-12-2012 21:01, Jeffrey Walton wrote: >> >> Hi All, >> >> While working on Apple with Mac OS X and iOS, I found I needed to >> patch OpenSSL 1.0.1c's Makefile. >> >> Makefile.org has the following line, and it was copied directly into >> Makefile by

Re: Conditionally Patching output of Makefile from Configure?

2012-12-30 Thread jb-openssl
On 30-12-2012 21:01, Jeffrey Walton wrote: Hi All, While working on Apple with Mac OS X and iOS, I found I needed to patch OpenSSL 1.0.1c's Makefile. Makefile.org has the following line, and it was copied directly into Makefile by Configure: MAKEDEPPROG=makedepend When the Configure targ

Conditionally Patching output of Makefile from Configure?

2012-12-30 Thread Jeffrey Walton
Hi All, While working on Apple with Mac OS X and iOS, I found I needed to patch OpenSSL 1.0.1c's Makefile. Makefile.org has the following line, and it was copied directly into Makefile by Configure: MAKEDEPPROG=makedepend When the Configure target is iphoneos (cross), iphonesimulator (cross

Re: ./config and -no-zlib

2012-12-30 Thread Dr. Stephen Henson
On Sun, Dec 30, 2012, Jeffrey Walton wrote: > On Sun, Dec 30, 2012 at 11:06 AM, Dr. Stephen Henson > wrote: > > On Sat, Dec 29, 2012, Dr. Stephen Henson wrote: > > > >> On Fri, Dec 28, 2012, Jeffrey Walton wrote: > >> > >> > On Fri, Dec 28, 2012 at 3:23 PM, Michael Mueller > >> > wrote: > >> >

Re: ./config and -no-zlib

2012-12-30 Thread Jeffrey Walton
On Sun, Dec 30, 2012 at 11:06 AM, Dr. Stephen Henson wrote: > On Sat, Dec 29, 2012, Dr. Stephen Henson wrote: > >> On Fri, Dec 28, 2012, Jeffrey Walton wrote: >> >> > On Fri, Dec 28, 2012 at 3:23 PM, Michael Mueller >> > wrote: >> > > i was going to do this: >> > > >> > > SSL_CTX_set_options(ctx

Re: ./config and -no-zlib

2012-12-30 Thread Dr. Stephen Henson
On Sat, Dec 29, 2012, Dr. Stephen Henson wrote: > On Fri, Dec 28, 2012, Jeffrey Walton wrote: > > > On Fri, Dec 28, 2012 at 3:23 PM, Michael Mueller > > wrote: > > > i was going to do this: > > > > > > SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION); > > Yeah, it looks like th

Re: Openssl-1.0.1c and OS X

2012-12-30 Thread Jeffrey Walton
On Sun, Dec 30, 2012 at 8:23 AM, Jeffrey Walton wrote: > Hi All, > > I'm trying to work through a couple of issues on Mac OS X. The steps > are below, all performed in openssl-1.0.1c/ directory. > > The problem with ERR_load_COMP_strings has showed up on at *least* two > Apple platforms now. I've

Openssl-1.0.1c and OS X

2012-12-30 Thread Jeffrey Walton
Hi All, I'm trying to work through a couple of issues on Mac OS X. The steps are below, all performed in openssl-1.0.1c/ directory. The problem with ERR_load_COMP_strings has showed up on at *least* two Apple platforms now. I've also had to fix MAKEDEPEND on two Apple platforms. Looking through