mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Added some debugging output
This commit is contained in:
parent
15ed988689
commit
5679de9984
@ -295,6 +295,7 @@ int lanplus_rakp4_hmac_matches(const struct ipmi_session * session,
|
|||||||
|
|
||||||
if (verbose > 2)
|
if (verbose > 2)
|
||||||
{
|
{
|
||||||
|
printbuf(bmc_mac, macLength, ">> rakp4 mac as computed by the BMC");
|
||||||
printbuf(mac, macLength, ">> rakp4 mac as computed by the remote console");
|
printbuf(mac, macLength, ">> rakp4 mac as computed by the remote console");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -675,7 +676,6 @@ int lanplus_encrypt_payload(uint8_t crypt_alg,
|
|||||||
|
|
||||||
if (crypt_alg == IPMI_CRYPT_NONE)
|
if (crypt_alg == IPMI_CRYPT_NONE)
|
||||||
{
|
{
|
||||||
lprintf(LOG_WARNING, "NOT ENCRYPTING");
|
|
||||||
/* Just copy the input to the output */
|
/* Just copy the input to the output */
|
||||||
*bytes_written = input_length;
|
*bytes_written = input_length;
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user