On Friday, August 03, 2012 06:31:38 PM Anthony Liguori wrote:
> Commit 0f66998 makes -enable-fips conditional on Linux hosts but then uses
> it unconditionally in vl.c.
>
> Fix this by moving the fips handling to os-posix.c and adding a condition.
Sorry for not catching this, thanks for the fix.
Anthony Liguori writes:
> Commit 0f66998 makes -enable-fips conditional on Linux hosts but then uses it
> unconditionally in vl.c.
>
> Fix this by moving the fips handling to os-posix.c and adding a
> condition.
Applied.
Regards,
Anthony Liguori
>
> Cc: Paul Moore
> Signed-off-by: Anthony Li
Commit 0f66998 makes -enable-fips conditional on Linux hosts but then uses it
unconditionally in vl.c.
Fix this by moving the fips handling to os-posix.c and adding a condition.
Cc: Paul Moore
Signed-off-by: Anthony Liguori
---
os-posix.c |5 +
vl.c |3 ---
2 files changed, 5