mirror of https://github.com/ipxe/ipxe.git
[rng] Add missing #include <assert.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/6/head
parent
4fde501e39
commit
c5c1ae42e6
|
@ -37,6 +37,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <byteswap.h>
|
||||
#include <ipxe/crypto.h>
|
||||
#include <ipxe/hash_df.h>
|
||||
|
|
|
@ -38,6 +38,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <ipxe/crypto.h>
|
||||
#include <ipxe/hmac.h>
|
||||
#include <ipxe/hmac_drbg.h>
|
||||
|
|
Loading…
Reference in New Issue