Re: [edk2] Merging OpenSSL support

2015-07-24 Thread David Woodhouse
On Fri, 2015-07-24 at 00:52 +, Long, Qin wrote: > David, > > Really thanks for your helps on this. > > For the include path issue, yes, "../openssl/crypto/include" may > include all symlinked header file. But it may depend on the unpack > utility (esp. In Windows). Some unpack tool will

Re: [edk2] Merging OpenSSL support

2015-07-24 Thread David Woodhouse
On Fri, 2015-07-24 at 08:06 +, Long, Qin wrote: > That's great. If so, we can remove the install script then. Well, after a 1.1 release and when we update to it. We'll be on 1.0.2 releases for a little while yet. But for the purpose of getting our changes merged into OpenSSL, of course I had

Re: [edk2] Merging OpenSSL support

2015-07-24 Thread Long, Qin
Re: [edk2] Merging OpenSSL support On Fri, 2015-07-24 at 00:52 +, Long, Qin wrote: > David, > > Really thanks for your helps on this. > > For the include path issue, yes, "../openssl/crypto/include" may > include all symlinked header file. But it may depend on t

Re: [edk2] Merging OpenSSL support

2015-07-23 Thread Long, Qin
Fish Cc: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Merging OpenSSL support On Thu, 2015-07-23 at 13:37 -0700, Andrew Fish wrote: > > David, > > What I did for the acpica dump tool is I made a DEC file for the blob > of code from another project and I added the [Includes] section to the &

Re: [edk2] Merging OpenSSL support

2015-07-23 Thread Blibbet
On 07/23/2015 12:54 PM, David Woodhouse wrote: > I'm starting to push the OpenSSL patches upstream where it makes sense. THANK YOU! -- ___ edk2-devel mailing list edk2-devel@li

Re: [edk2] Merging OpenSSL support

2015-07-23 Thread David Woodhouse
On Thu, 2015-07-23 at 13:37 -0700, Andrew Fish wrote: > > David, > > What I did for the acpica dump tool is I made a DEC file for the blob > of code from another project and I added the [Includes] section to > the DEC. Then the INF just depends on DEC for the package that > represents the 3rd

Re: [edk2] Merging OpenSSL support

2015-07-23 Thread David Woodhouse
On Thu, 2015-07-23 at 13:37 -0700, Andrew Fish wrote: > > David, > > What I did for the acpica dump tool is I made a DEC file for the blob > of code from another project and I added the [Includes] section to > the DEC. Then the INF just depends on DEC for the package that > represents the 3rd

Re: [edk2] Merging OpenSSL support

2015-07-23 Thread Andrew Fish
> On Jul 23, 2015, at 12:54 PM, David Woodhouse wrote: > > (The 01.org list seems to be rejecting all my posts, so I'll repost to > this not-dead-yet list.) > > WIP at git://git.infradead.org/users/dwmw2/openssl.git and > git://git.infradead.org/users/dwmw2/edk.git > > Clone the former into th

[edk2] Merging OpenSSL support

2015-07-23 Thread David Woodhouse
(The 01.org list seems to be rejecting all my posts, so I'll repost to this not-dead-yet list.) WIP at git://git.infradead.org/users/dwmw2/openssl.git and git://git.infradead.org/users/dwmw2/edk.git Clone the former into the CryptoPkg/Library/OpensslLib/openssl/ directory of the EDK2 tree. I'm s