X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=src%2Fconnection.c;h=e675a825c72b15297af939bb118093c3c0f2bb9e;hp=a473873d65800ce890be26c5ffbc27fe989593d2;hb=6dc3fa355759e49319ce0d6aad75e488c4a16247;hpb=e63bb0d39729941954175ae01ac67db8d0f1d990 diff --git a/src/connection.c b/src/connection.c index a473873..e675a82 100644 --- a/src/connection.c +++ b/src/connection.c @@ -935,6 +935,7 @@ static void log_session_information(gnutls_session_t session) { case GNUTLS_CRD_SRP: case GNUTLS_CRD_PSK: case GNUTLS_CRD_ANON: + default: /* This shouldn't occur. */ LOG(WARNING, "unexpected authentication method: %d", cred); break;