mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-25 18:35:28 +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…
x
Reference in New Issue
Block a user