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

Fix minor style issues

This commit is contained in:
Paul Bakker
2014-10-20 13:59:19 +02:00
parent 9eac4f7c4e
commit 82788fb63b
4 changed files with 5 additions and 5 deletions

View File

@ -260,7 +260,7 @@ static const int ciphersuite_preference[] =
TLS_PSK_WITH_NULL_SHA256,
TLS_PSK_WITH_NULL_SHA,
#endif
#endif /* SSL_CIPHERSUITES */
0
};