/* Copyright (c) Microsoft Corporation. Licensed under the MIT License. */ #ifndef _AZURE_IOT_CERT_H #define _AZURE_IOT_CERT_H extern const unsigned char azure_iot_root_cert[]; extern const unsigned int azure_iot_root_cert_size; extern const unsigned char azure_iot_root_cert_2[]; extern const unsigned int azure_iot_root_cert_size_2; extern const unsigned char azure_iot_root_cert_3[]; extern const unsigned int azure_iot_root_cert_size_3; #endif