mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-27 15:43:42 +08:00
Update API
如果类型内部没有动态内存申请或外部Handle引用,不提供cleanup接口,仅用通用secure clear
This commit is contained in:
@@ -238,6 +238,8 @@ int tlcp_client_main(int argc, char *argv[])
|
||||
char send_buf[1024] = {0};
|
||||
int read_stdin = 1;
|
||||
|
||||
memset(&conn, 0, sizeof(conn));
|
||||
|
||||
argc--;
|
||||
argv++;
|
||||
if (argc < 1) {
|
||||
|
||||
Reference in New Issue
Block a user