mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
- Moved ciphersuite naming scheme to IANA reserved names
This commit is contained in:
parent
bb0139c924
commit
645ce3a2b4
13 changed files with 524 additions and 534 deletions
|
|
@ -138,8 +138,6 @@ int main( int argc, char *argv[] )
|
|||
ssl_set_bio( &ssl, net_recv, &server_fd,
|
||||
net_send, &server_fd );
|
||||
|
||||
ssl_set_ciphersuites( &ssl, ssl_default_ciphersuites );
|
||||
|
||||
/*
|
||||
* 3. Write the GET request
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue