]> code.ossystems Code Review - openembedded-core.git/commit
openssl10: Fix mutliple include assumptions for bn.h in opensslconf.h
authorKhem Raj <raj.khem@gmail.com>
Thu, 7 Feb 2019 06:25:26 +0000 (22:25 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 22:25:06 +0000 (22:25 +0000)
commit19d5bffafb17ea0d5e8060716205cab6ab64f302
tree210fa8f2c8ed125bf335c613b9da047f1dfb13df
parent572865e0d0a61e2096083edc622366e4ac9a8ad0
openssl10: Fix mutliple include assumptions for bn.h in opensslconf.h

After adding #pragma once to wrapper header ( opensslconf.h ) this
latent issue got to bite us, where it expect bn.h to be including
openssl.h to define BN_* defines, which is fragile. This patch removes
the contraints for nested includes for bn.h

(From OE-Core rev: f787b0bb9b0626ddbf2ac94cb206c76716a3773d)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-connectivity/openssl/openssl10/0001-Fix-BN_LLONG-breakage.patch [new file with mode: 0644]
meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb