mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 19:38:21 +00:00
Fixed typo is ssl_list_ciphersuites() prototype
This commit is contained in:
parent
7c6b2c320e
commit
f8db11f454
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue