]> 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>
Fri, 8 Feb 2019 10:54:46 +0000 (10:54 +0000)
commitf787b0bb9b0626ddbf2ac94cb206c76716a3773d
tree0f8fed49d3d5f64b08e3680114f1a012205b461c
parent22f4f1ef17219448416b7cf2a570c7acd7149a64
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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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