#ifndef MIMI_CA_BUNDLE_MINI_H
#define MIMI_CA_BUNDLE_MINI_H

#include <stddef.h>
#include <stdint.h>

#ifdef __cplusplus
extern "C" {
#endif

extern const uint8_t g_mimi_ca_bundle_mini_pem[];
extern const size_t  g_mimi_ca_bundle_mini_pem_len;

#ifdef __cplusplus
}
#endif

#endif
