simplify even more

This commit is contained in:
Joris Vink 2018-10-29 20:43:40 +01:00
parent ae72b21d35
commit 818c7847cd
1 changed files with 0 additions and 2 deletions

View File

@ -275,8 +275,6 @@ kore_domain_tlsinit(struct kore_domain *dom, const void *pem, size_t pemlen)
switch (tls_version) {
case KORE_TLS_VERSION_1_3:
case KORE_TLS_VERSION_1_2:
method = TLSv1_2_server_method();
break;
case KORE_TLS_VERSION_BOTH:
method = TLSv1_2_server_method();
break;