// This header is used to access the baked-in certificate if one is in use. #ifndef KEYS_H_ #define KEYS_H_ #include #include extern const uint8_t kPrivateKey[]; extern const size_t kPrivateKeySize; #endif // KEYS_H_