aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hmac_drbg.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2012-03-04 14:59:32 +0000
committerMichael Brown <mcb30@ipxe.org>2012-03-04 15:14:20 +0000
commitc5c1ae42e67254f5c4667c037ee92806d4703e64 (patch)
tree453c51e32d1f4f00ebba06eaa79c3bf18b2e812f /src/crypto/hmac_drbg.c
parent4fde501e39fa637798867576bf80abf2a4faf401 (diff)
downloadipxe-c5c1ae42e67254f5c4667c037ee92806d4703e64.zip
ipxe-c5c1ae42e67254f5c4667c037ee92806d4703e64.tar.gz
ipxe-c5c1ae42e67254f5c4667c037ee92806d4703e64.tar.bz2
[rng] Add missing #include <assert.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/crypto/hmac_drbg.c')
-rw-r--r--src/crypto/hmac_drbg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/hmac_drbg.c b/src/crypto/hmac_drbg.c
index efbd67d..9e70e4e 100644
--- a/src/crypto/hmac_drbg.c
+++ b/src/crypto/hmac_drbg.c
@@ -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>