summaryrefslogtreecommitdiffstats
path: root/src/crypto/hmac_drbg.c
diff options
context:
space:
mode:
authorMichael Brown2012-02-21 13:39:20 +0100
committerMichael Brown2012-02-21 13:42:37 +0100
commita99d5d5aca298c0618919d9be33ac5e73cb838e7 (patch)
tree238c4478f11131be3d08050ec87ca3b788035de2 /src/crypto/hmac_drbg.c
parent[802.11] Add missing #include <string.h> (diff)
downloadipxe-a99d5d5aca298c0618919d9be33ac5e73cb838e7.tar.gz
ipxe-a99d5d5aca298c0618919d9be33ac5e73cb838e7.tar.xz
ipxe-a99d5d5aca298c0618919d9be33ac5e73cb838e7.zip
[rng] Add missing #include <string.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 64613d01..efbd67dc 100644
--- a/src/crypto/hmac_drbg.c
+++ b/src/crypto/hmac_drbg.c
@@ -36,6 +36,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/
#include <stdint.h>
+#include <string.h>
#include <errno.h>
#include <ipxe/crypto.h>
#include <ipxe/hmac.h>