Unverified Commit 366bafde authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files
parents 932850e5 d2943687
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -506,7 +506,7 @@ static void spu2_dump_omd(u8 *omd, u16 hash_key_len, u16 ciph_key_len,
	if (hash_iv_len) {
		packet_log("  Hash IV Length %u bytes\n", hash_iv_len);
		packet_dump("  hash IV: ", ptr, hash_iv_len);
		ptr += ciph_key_len;
		ptr += hash_iv_len;
	}

	if (ciph_iv_len) {