diff options
author | Martin Willi <martin@revosec.ch> | 2010-11-09 12:05:30 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2011-01-05 16:45:43 +0100 |
commit | 4a2f7f05dfdadc990012ff6d59b13360e83e17d3 (patch) | |
tree | a8e7dca0eff68a1760231b98e6988e13d5481b1d /src/conftest/hooks | |
parent | a60b8928412f6fbe6e6fa0d5f8a68c9f3e96025b (diff) | |
download | strongswan-4a2f7f05dfdadc990012ff6d59b13360e83e17d3.tar.bz2 strongswan-4a2f7f05dfdadc990012ff6d59b13360e83e17d3.tar.xz |
Be a little more verbose about cert payload injection
Diffstat (limited to 'src/conftest/hooks')
-rw-r--r-- | src/conftest/hooks/ike_auth_fill.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conftest/hooks/ike_auth_fill.c b/src/conftest/hooks/ike_auth_fill.c index 0e1a1d38f..2843d60c1 100644 --- a/src/conftest/hooks/ike_auth_fill.c +++ b/src/conftest/hooks/ike_auth_fill.c @@ -107,6 +107,7 @@ METHOD(listener_t, message, bool, memset(data.ptr, 0x12, data.len); pld = cert_payload_create_custom(201, data); message->add_payload(message, &pld->payload_interface); + DBG1(DBG_CFG, "inserting %d dummy bytes certificate payload", diff); } } return TRUE; |