diff options
| author | Michael Brown | 2006-07-17 21:19:17 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-07-17 21:19:17 +0200 |
| commit | 7ab29b0bfe690100e6b190914514c27e37e6694c (patch) | |
| tree | 05b42dd898d867fdd26564de9d041bc7bc3c4fa4 /src/crypto | |
| parent | The first packet (ClientHello Handshake) can be constructed and is accepted (diff) | |
| download | ipxe-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.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crypto/framework.c b/src/crypto/framework.c index 1a370f2d7..c09490d36 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 |
