summaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
authorMichael Brown2006-07-17 21:19:17 +0200
committerMichael Brown2006-07-17 21:19:17 +0200
commit7ab29b0bfe690100e6b190914514c27e37e6694c (patch)
tree05b42dd898d867fdd26564de9d041bc7bc3c4fa4 /src/crypto
parentThe first packet (ClientHello Handshake) can be constructed and is accepted (diff)
downloadipxe-7ab29b0bfe690100e6b190914514c27e37e6694c.tar.gz
ipxe-7ab29b0bfe690100e6b190914514c27e37e6694c.tar.xz
ipxe-7ab29b0bfe690100e6b190914514c27e37e6694c.zip
This file breaks "make blib"; please find a way to avoid doing this.
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/framework.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crypto/framework.c b/src/crypto/framework.c
index 1a370f2d..c09490d3 100644
--- a/src/crypto/framework.c
+++ b/src/crypto/framework.c
@@ -1,3 +1,6 @@
+/* mcb - this file breaks the build process; temporarily deactivating */
+#if 0
+
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
@@ -80,3 +83,5 @@ int main(int argc, char *argv[])
return 0;
}
+
+#endif