Added missing break when building TLS cipher suites

This commit is contained in:
Tobias Brunner 2012-09-28 18:55:40 +02:00
parent a37ac3a47a
commit 1407a0026f
1 changed files with 1 additions and 0 deletions

View File

@ -1755,6 +1755,7 @@ tls_crypto_t *tls_crypto_create(tls_t *tls, tls_cache_t *cache)
/* MSK PRF ASCII constant label according to EAP-TLS RFC 5216 */
this->msk_label = "client EAP encryption";
build_cipher_suite_list(this, FALSE);
break;
case TLS_PURPOSE_EAP_PEAP:
this->msk_label = "client EAP encryption";
build_cipher_suite_list(this, TRUE);