Botan 3.9.0
Crypto and TLS for C&
ffi_oid.h
Go to the documentation of this file.
1/*
2* (C) 2025 Jack Lloyd
3* (C) 2025 Dominik Schricker
4*
5* Botan is released under the Simplified BSD License (see license.txt)
6*/
7
8#ifndef BOTAN_FFI_OID_H_
9#define BOTAN_FFI_OID_H_
10
11#include <botan/asn1_obj.h>
12#include <botan/internal/ffi_util.h>
13
14extern "C" {
15
16BOTAN_FFI_DECLARE_STRUCT(botan_asn1_oid_struct, Botan::OID, 0x9217DA20);
17}
18
19#endif
#define BOTAN_FFI_DECLARE_STRUCT(NAME, TYPE, MAGIC)
Definition ffi_util.h:61