* [v1] examples/fips_validation: remove unused include file
@ 2022-10-13 9:46 Gowrishankar Muthukrishnan
2022-10-13 11:57 ` Akhil Goyal
0 siblings, 1 reply; 2+ messages in thread
From: Gowrishankar Muthukrishnan @ 2022-10-13 9:46 UTC (permalink / raw)
To: dev
Cc: Anoob Joseph, Brian Dooley, Akhil Goyal, jerinj,
Gowrishankar Muthukrishnan
Remove invoking include for sys/random.h which is not actually used
by app.
Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
---
examples/fips_validation/fips_validation_rsa.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/examples/fips_validation/fips_validation_rsa.c b/examples/fips_validation/fips_validation_rsa.c
index 43ff2a0634..f675b51051 100644
--- a/examples/fips_validation/fips_validation_rsa.c
+++ b/examples/fips_validation/fips_validation_rsa.c
@@ -5,7 +5,6 @@
#include <string.h>
#include <time.h>
#include <stdio.h>
-#include <sys/random.h>
#include <sys/types.h>
#include <unistd.h>
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-13 11:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13 9:46 [v1] examples/fips_validation: remove unused include file Gowrishankar Muthukrishnan
2022-10-13 11:57 ` Akhil Goyal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).