vboot-utils: fix RSA redefinition build error with old compilers
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 21 Jan 2016 21:10:10 +0000 (22:10 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 23 Jan 2016 12:09:29 +0000 (13:09 +0100)
commit530c5a55959f161f49dc095641a24ede649725be
treee95e2c2cf4d60c521622308b87b3a3f113726c70
parentd6ac6942f9b74bf24dcd37642259347ab7b0eaaa
vboot-utils: fix RSA redefinition build error with old compilers

Old gcc compilers do not support type redefinitions, which causes a
build failure of the host-vboot-utils package on certain machines. The
vboot-utils source code redefines "typedef struct rsa_st RSA" which is
already defined in the OpenSSL headers.

This commit adds a patch which works around this build issue.

Fixes:

  http://autobuild.buildroot.org/results/1a4/1a45412939a3f9d6fa59d086d834a3b4a4bffef7/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/vboot-utils/0003-Avoid-RSA-type-redefinition.patch [new file with mode: 0644]