From: Tobias Brunner Date: Wed, 23 Oct 2024 14:45:32 +0000 (+0200) Subject: botan: Fix include issue that prevented parsing public keys X-Git-Tag: 6.0.0rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a3889086decb7364642cf0c7849b28a40dadd32;p=thirdparty%2Fstrongswan.git botan: Fix include issue that prevented parsing public keys Botan stopped including build.h in ffi.h with 3.4.0, so we have to add this here explicitly to check for the enabled key types. --- diff --git a/src/libstrongswan/plugins/botan/botan_util_keys.c b/src/libstrongswan/plugins/botan/botan_util_keys.c index b6f26393a2..127d988cb2 100644 --- a/src/libstrongswan/plugins/botan/botan_util_keys.c +++ b/src/libstrongswan/plugins/botan/botan_util_keys.c @@ -29,6 +29,8 @@ #include "botan_rsa_public_key.h" #include "botan_rsa_private_key.h" +#include + #include #include