audk/CryptoPkg
Laszlo Ersek afc18ead28 CryptoPkg: OpenSslSupport.h: edk2-ize offsetof() macro for gcc-4.8 / X64
Code added in SVN r16339 ("CryptoPkg Updates to support RFC3161 timestamp
signature verification.") introduced many new uses of the offsetof()
macro. Since the offsetof() macro in "OpenSslSupport.h" casts a pointer to
an "int", it triggers a large number of

  error: cast from pointer to integer of different size
  [-Werror=pointer-to-int-cast]

errors when building CryptoPkg with gcc-4.8 for X64.

Remedy this by directing offsetof() to the OFFSET_OF() macro in
"MdePkg/Include/Base.h" (which matches how "OpenSslSupport.h" resolves the
va_*() macros too).

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Laszlo Ersek <lersek@redhat.com>

Build-tested-by: Scott Duplichan <scott@notabs.org>

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>

Reviewed-by: Qin Long <qin.long@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16388 6f19259b-4bc3-4df7-8a09-765794883524
2014-11-14 10:24:33 +00:00
..
Application/Cryptest CryptoPkg Updates to support RFC3161 timestamp signature verification. 2014-11-12 08:51:45 +00:00
CryptRuntimeDxe CryptoPkg: Convert non DOS format files to DOS format 2014-09-03 08:56:12 +00:00
Include CryptoPkg: OpenSslSupport.h: edk2-ize offsetof() macro for gcc-4.8 / X64 2014-11-14 10:24:33 +00:00
Library CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failure 2014-11-14 10:24:21 +00:00
Contributions.txt EDK II Contributions.txt: Update patch format information 2014-10-31 22:05:50 +00:00
CryptoPkg.dec Update CryptoPkg package version to 0.94. 2014-09-02 07:08:30 +00:00
CryptoPkg.dsc Update CryptoPkg package version to 0.94. 2014-09-02 07:08:30 +00:00
CryptoPkg.uni CryptoPkg: Convert non DOS format files to DOS format 2014-09-03 08:56:12 +00:00
CryptoPkgExtra.uni CryptoPkg: INF/DEC file updates to EDK II packages 2014-08-28 05:52:56 +00:00
License.txt Update copyright format 2012-04-24 06:49:39 +00:00