renamed match-tls-and-dtls-ciphers to match-tls-dtls-ciphers

This commit is contained in:
Nikos Mavrogiannopoulos
2016-09-22 15:26:02 +02:00
parent 22a01d2981
commit bd87c7607e
5 changed files with 10 additions and 9 deletions

View File

@@ -219,7 +219,7 @@ static int setup_dtls_psk_keys(gnutls_session_t session, struct worker_st *ws)
ws->config->priorities, gnutls_mac_get_name(mac), gnutls_cipher_get_name(cipher));
} else {
if (ws->config->match_dtls_and_tls) {
oclog(ws, LOG_ERR, "cannot determine ciphersuite from CSTP channel (unset match-tls-and-dtls-ciphers)");
oclog(ws, LOG_ERR, "cannot determine ciphersuite from CSTP channel (unset match-tls-dtls-ciphers)");
return -1;
}