Re: [openssl-dev] System openssl header files are used when building openssl itself

2015-07-06 Thread Richard Levitte
In message on Mon, 6 Jul 2015 18:25:12 +, Lianghui Chen said: liachen> Hi liachen> liachen> It is from https://github.com/openssl/openssl.git, branch master and commit f66aad6. Commit f66aad6 is this: commit f66aad60f249e90d16d585859b4dd62368ed7ccd Author: Ben Laurie Date:

Re: [openssl-dev] System openssl header files are used when building openssl itself

2015-07-06 Thread Lianghui Chen
y 06, 2015 3:07 PM To: openssl-dev@openssl.org Subject: Re: [openssl-dev] System openssl header files are used when building openssl itself > No, it doesn't. And it should not, right? As there is no folder openssl which > has files like ssl.h. In master, th

Re: [openssl-dev] System openssl header files are used when building openssl itself

2015-07-06 Thread Salz, Rich
> No, it doesn't. And it should not, right? As there is no folder openssl which > has files like ssl.h. In master, there should be include/openssl/ssl.h > But I did notice some files, like ssl_locl.h, are included in C files using > "ssl_locl.h", instead of , already. The file ssl_locl.h is loc

Re: [openssl-dev] System openssl header files are used when building openssl itself

2015-07-06 Thread Lianghui Chen
BR - Lianghui From: openssl-dev [openssl-dev-boun...@openssl.org] on behalf of Salz, Rich [rs...@akamai.com] Sent: Monday, July 06, 2015 2:41 PM To: openssl-dev@openssl.org Subject: Re: [openssl-dev] System openssl header files are usedwh

Re: [openssl-dev] System openssl header files are used when building openssl itself

2015-07-06 Thread Salz, Rich
> It is from https://github.com/openssl/openssl.git, branch master and commit > f66aad6. Suppose you edit ssl_err, ssl_err2, ssl_lib, and ssl_locl to replace the brackets <> with quotes. Does that fix the problem? ___ openssl-dev mailing list To unsub

Re: [openssl-dev] System openssl header files are used when building openssl itself

2015-07-06 Thread Lianghui Chen
@openssl.org Subject: Re: [openssl-dev] System openssl header files are used when buildingopenssl itself > I think it is wrong to use a system version of ssl.h when building my own That sounds like a bug. What version are you using? ___ open

Re: [openssl-dev] System openssl header files are used when building openssl itself

2015-07-06 Thread Salz, Rich
> I think it is wrong to use a system version of ssl.h when building my own That sounds like a bug. What version are you using? ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] System openssl header files are used when building openssl itself

2015-07-06 Thread Lianghui Chen
Hi, all I am building openssl (master/f66aad6) within my own project in Mac OS X Yosemite, and it get compile error about undefined TLS_SIGALGS, which is defined in ssl/ssl.h, but not in OS version of ssl.h (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Mac