added TLS_PURPOSE_EAP_PEAP

This commit is contained in:
Andreas Steffen
2011-04-05 18:16:28 +02:00
parent 6f69fb0134
commit 1bee89d339
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -433,6 +433,7 @@ tls_t *tls_create(bool is_server, identification_t *server,
{
case TLS_PURPOSE_EAP_TLS:
case TLS_PURPOSE_EAP_TTLS:
case TLS_PURPOSE_EAP_PEAP:
case TLS_PURPOSE_GENERIC:
break;
default: