1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix warnings from -pedantic

This commit is contained in:
Manuel Pégourié-Gonnard
2015-05-29 10:52:14 +02:00
parent 009a2640f6
commit f78e4de6f4
4 changed files with 35 additions and 28 deletions

View File

@ -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(