ike: Log SK_p consistently on level 4

This commit is contained in:
Tobias Brunner
2013-11-28 19:04:47 +01:00
parent acc25f29bd
commit 7c7148b038
+1 -1
View File
@@ -593,7 +593,7 @@ METHOD(keymat_v2_t, get_auth_octets, bool,
idx = chunk_cata("cc", chunk, id->get_encoding(id));
DBG3(DBG_IKE, "IDx' %B", &idx);
DBG3(DBG_IKE, "SK_p %B", &skp);
DBG4(DBG_IKE, "SK_p %B", &skp);
if (!this->prf->set_key(this->prf, skp) ||
!this->prf->allocate_bytes(this->prf, idx, &chunk))
{