mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-05 05:13:40 +00:00
Fixed typo is ssl_list_ciphersuites() prototype
This commit is contained in:
parent
7c6b2c320e
commit
f8db11f454
@ -193,7 +193,7 @@ struct _ssl_ciphersuite_t
|
||||
unsigned char flags;
|
||||
};
|
||||
|
||||
const int *ssl_ciphersuites_list( void );
|
||||
const int *ssl_list_ciphersuites( void );
|
||||
|
||||
const ssl_ciphersuite_t *ssl_ciphersuite_from_string( const char *ciphersuite_name );
|
||||
const ssl_ciphersuite_t *ssl_ciphersuite_from_id( int ciphersuite_id );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user