aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-09-27 10:58:14 +0000
committerMichael Brown <mcb30@etherboot.org>2006-09-27 10:58:14 +0000
commit88e38fa1483891f273f063f92ef71a5c33fe5406 (patch)
treec62007eae5dddf82b2b90e154ae0e4f400d6b09c /src/crypto
parent6ac78f6aff85b2a41d1c98011c41f622d569076a (diff)
downloadipxe-88e38fa1483891f273f063f92ef71a5c33fe5406.tar.gz
We don't actually have a stdio.h header file. Our printf() functions are
defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway.
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/framework.c1
-rw-r--r--src/crypto/ssl.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/framework.c b/src/crypto/framework.c
index c09490d3..0da2cbe3 100644
--- a/src/crypto/framework.c
+++ b/src/crypto/framework.c
@@ -1,7 +1,6 @@
/* mcb - this file breaks the build process; temporarily deactivating */
#if 0
-#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
diff --git a/src/crypto/ssl.c b/src/crypto/ssl.c
index 823c926a..00651bd4 100644
--- a/src/crypto/ssl.c
+++ b/src/crypto/ssl.c
@@ -1,4 +1,3 @@
-#include <stdio.h>
#include "ssl.h"
#include "ssl_constructs.h"
#include <string.h> // for bcopy()