// This header is used to access the OEM certificate if one is in use. #ifndef OEM_CERT_H_ #define OEM_CERT_H_ #include #include extern const uint8_t kOEMPrivateKey[]; extern const size_t kOEMPrivateKeySize; extern const uint8_t kOEMPublicCert[]; extern const size_t kOEMPublicCertSize; #endif // OEM_CERT_H_