mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Fix warnings from -pedantic
This commit is contained in:
parent
009a2640f6
commit
f78e4de6f4
4 changed files with 35 additions and 28 deletions
|
|
@ -1715,7 +1715,7 @@ const int *mbedtls_ssl_list_ciphersuites( void )
|
|||
}
|
||||
|
||||
return( supported_ciphersuites );
|
||||
};
|
||||
}
|
||||
#endif /* MBEDTLS_SSL_CIPHERSUITES */
|
||||
|
||||
const mbedtls_ssl_ciphersuite_t *mbedtls_ssl_ciphersuite_from_string(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue