Replace 'inacceptable' with the more common 'unacceptable'

This commit is contained in:
Tobias Brunner
2018-06-28 18:46:42 +02:00
parent 84cdfbc9bc
commit 2ad1df9571
12 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ static status_t process_server_hello(private_tls_peer_t *this,
suite = cipher;
if (!this->crypto->select_cipher_suite(this->crypto, &suite, 1, KEY_ANY))
{
DBG1(DBG_TLS, "received TLS cipher suite %N inacceptable",
DBG1(DBG_TLS, "received TLS cipher suite %N unacceptable",
tls_cipher_suite_names, suite);
this->alert->add(this->alert, TLS_FATAL, TLS_HANDSHAKE_FAILURE);
return NEED_MORE;