OVMS3-idf/components/cryptoauthlib/port/cert_def_1_signer.h

18 lines
290 B
C

#ifndef CERT_DEF_1_SIGNER_H
#define CERT_DEF_1_SIGNER_H
#include "atcacert/atcacert_def.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const atcacert_def_t g_cert_def_0_root;
extern const atcacert_def_t g_cert_def_1_signer;
#ifdef __cplusplus
}
#endif
#endif // CERT_DEF_1_SIGNER_H