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.
This commit is contained in:
Tobias Brunner
2024-11-22 14:03:17 +01:00
parent 1bb6f1dd73
commit 0a3889086d
@@ -29,6 +29,8 @@
#include "botan_rsa_public_key.h"
#include "botan_rsa_private_key.h"
#include <botan/build.h>
#include <asn1/asn1.h>
#include <asn1/oid.h>