修改编译错误。
This commit is contained in:
@@ -147,7 +147,7 @@ int main()
|
||||
printf("cipher suites: %s\n", chello2->cipher_suites);
|
||||
printf("cipher suites for tls1.3: %s\n", chello2->cipher_suites_tls13);
|
||||
printf("sni: %s\n", chello2->sni);
|
||||
char* alpn = parse_alpn(chello2->alpn);
|
||||
char* alpn = parse_alpn((char*)chello2->alpn);
|
||||
printf("alpn: %s\n", alpn);
|
||||
free(alpn);
|
||||
alpn = NULL;
|
||||
|
||||
Reference in New Issue
Block a user