7#ifndef BOTAN_FFI_CERT_H_
8#define BOTAN_FFI_CERT_H_
10#include <botan/internal/ffi_util.h>
12#if defined(BOTAN_HAS_X509_CERTIFICATES)
13 #include <botan/data_src.h>
14 #include <botan/x509_ca.h>
15 #include <botan/x509_crl.h>
16 #include <botan/x509cert.h>
17 #include <botan/x509path.h>
21#if defined(BOTAN_HAS_X509_CERTIFICATES)
#define BOTAN_FFI_DECLARE_STRUCT(NAME, TYPE, MAGIC)