Skip to content

Commit 93a8b0f

Browse files
ahmadsoboh-mellanoxAhmad Soboh
authored andcommitted
Title: Fixed issue with AddHMACIfNeeded
Description: Issue:
1 parent 30e7091 commit 93a8b0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlxfwops/lib/fs3_ops.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3314,12 +3314,11 @@ bool Fs3Operations::AddHMACIfNeeded(Fs3Operations* imageOps, Flash *f)
33143314
}
33153315
}
33163316

3317-
return true;
33183317
#else
33193318
(void)imageOps;
33203319
(void)f;
3321-
return errmsg("HMAC calculation is not implemented\n");
33223320
#endif
3321+
return true;
33233322
}
33243323

33253324
bool Fs3Operations::DoAfterBurnJobs(const u_int32_t magic_patter[],

0 commit comments

Comments
 (0)