4G_module/examples/ssl/inc/cm_demo_ssl.h

13 lines
402 B
C

/*********************************************************
* @file cm_demo_ssl.h
* @brief OpenCPU SSL header
* Copyright (c) 2023 China Mobile IOT.
* All rights reserved.
* created by ShiMingRui 2023/7/21
********************************************************/
#ifndef __CM_DEMO_SSL_H
#define __CM_DEMO_SSL_H
void cm_test_ssl(unsigned char **cmd, int len);
#endif // __CM_DEMO_SSL_H