]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added missing break when building TLS cipher suites
authorTobias Brunner <tobias@strongswan.org>
Fri, 28 Sep 2012 16:55:40 +0000 (18:55 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 28 Sep 2012 16:55:40 +0000 (18:55 +0200)
src/libtls/tls_crypto.c

index 725e9b1ca8e2d07f630835c55de50471d3255309..f749848792718f45fd228e834ec031bc83fdd0dd 100644 (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);