summaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
authorMichael Brown2006-12-20 00:42:46 +0100
committerMichael Brown2006-12-20 00:42:46 +0100
commita646e38f03921d9b91366efa57826c94f0893299 (patch)
treebc7bbe6c3d31584b075c4ea3f3f057ce1b153a21 /src/crypto
parentExplicitly print out-of-memory message to avoid tricking the user into (diff)
downloadipxe-a646e38f03921d9b91366efa57826c94f0893299.tar.gz
ipxe-a646e38f03921d9b91366efa57826c94f0893299.tar.xz
ipxe-a646e38f03921d9b91366efa57826c94f0893299.zip
Use stdlib.h for malloc() instead of malloc.h.
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/chap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/chap.c b/src/crypto/chap.c
index 6064a30a..6bebaca5 100644
--- a/src/crypto/chap.c
+++ b/src/crypto/chap.c
@@ -21,7 +21,6 @@
#include <string.h>
#include <errno.h>
#include <assert.h>
-#include <malloc.h>
#include <gpxe/crypto.h>
#include <gpxe/chap.h>