commit | f78e4de6f40c06c63487c4e98b139ef77e773f86 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri May 29 10:52:14 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri May 29 10:52:14 2015 +0200 |
tree | fac4147a34a5874414784c863e2dd2fcd7cf3d30 | |
parent | 009a2640f673447aedbad356337c0facc143b059 [diff] [blame] |
Fix warnings from -pedantic
diff --git a/library/ssl_ciphersuites.c b/library/ssl_ciphersuites.c index fa36aa8..484da52 100644 --- a/library/ssl_ciphersuites.c +++ b/library/ssl_ciphersuites.c
@@ -1715,7 +1715,7 @@ } return( supported_ciphersuites ); -}; +} #endif /* MBEDTLS_SSL_CIPHERSUITES */ const mbedtls_ssl_ciphersuite_t *mbedtls_ssl_ciphersuite_from_string(