fixed typo

This commit is contained in:
Andreas Steffen 2010-08-31 21:42:14 +02:00
parent 93709d1093
commit c3024a0848
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ static status_t process_handshake(private_tls_fragmentation_t *this,
if (this->input.len == this->inpos)
{ /* message completely defragmented, process */
msg = tls_reader_create(this->input);
DBG2(DBG_TLS, "received TLS %N hanshake (%u bytes)",
DBG2(DBG_TLS, "received TLS %N handshake (%u bytes)",
tls_handshake_type_names, this->type, this->input.len);
status = this->handshake->process(this->handshake, this->type, msg);
msg->destroy(msg);