handle TLS_PURPOSE_EAP_TNC

This commit is contained in:
Andreas Steffen
2010-09-08 12:58:45 +02:00
parent 30cd31fb69
commit 99b0f633c2
+2
View File
@@ -1667,6 +1667,8 @@ tls_crypto_t *tls_crypto_create(tls_t *tls)
case TLS_PURPOSE_GENERIC:
build_cipher_suite_list(this, TRUE);
break;
default:
break;
}
return &this->public;
}