1a8e1175bSopenharmony_ci/**
2a8e1175bSopenharmony_ci * Copyright (c) 2020 Huawei Device Co., Ltd.
3a8e1175bSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
4a8e1175bSopenharmony_ci * you may not use this file except in compliance with the License.
5a8e1175bSopenharmony_ci * You may obtain a copy of the License at
6a8e1175bSopenharmony_ci *
7a8e1175bSopenharmony_ci *   http://www.apache.org/licenses/LICENSE-2.0
8a8e1175bSopenharmony_ci *
9a8e1175bSopenharmony_ci * Unless required by applicable law or agreed to in writing, software
10a8e1175bSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
11a8e1175bSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12a8e1175bSopenharmony_ci * See the License for the specific language governing permissions and
13a8e1175bSopenharmony_ci * limitations under the License.
14a8e1175bSopenharmony_ci */
15a8e1175bSopenharmony_ci
16a8e1175bSopenharmony_ci#ifndef MBEDTLS_CERTIFICATE_H
17a8e1175bSopenharmony_ci#define MBEDTLS_CERTIFICATE_H
18a8e1175bSopenharmony_ci#include <stdio.h>
19a8e1175bSopenharmony_ci
20a8e1175bSopenharmony_ciextern const char G_MBEDTLS_ROOT_CERTIFICATE[];
21a8e1175bSopenharmony_ci
22a8e1175bSopenharmony_ciextern const size_t G_MBEDTLS_ROOT_CERTIFICATE_LEN;
23a8e1175bSopenharmony_ci
24a8e1175bSopenharmony_ci#endif
25