mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 09:04:37 +03:00
[rng] Add missing #include <string.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -36,6 +36,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ipxe/entropy.h>
|
#include <ipxe/entropy.h>
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <string.h>
|
||||||
#include <byteswap.h>
|
#include <byteswap.h>
|
||||||
#include <ipxe/crypto.h>
|
#include <ipxe/crypto.h>
|
||||||
#include <ipxe/hash_df.h>
|
#include <ipxe/hash_df.h>
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <ipxe/crypto.h>
|
#include <ipxe/crypto.h>
|
||||||
#include <ipxe/hmac.h>
|
#include <ipxe/hmac.h>
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||||||
#undef NDEBUG
|
#undef NDEBUG
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <string.h>
|
||||||
#include <ipxe/hash_df.h>
|
#include <ipxe/hash_df.h>
|
||||||
#include <ipxe/test.h>
|
#include <ipxe/test.h>
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||||||
#undef NDEBUG
|
#undef NDEBUG
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <string.h>
|
||||||
#include <ipxe/hmac_drbg.h>
|
#include <ipxe/hmac_drbg.h>
|
||||||
#include <ipxe/test.h>
|
#include <ipxe/test.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user