summaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
authorMichael Brown2007-01-26 02:42:16 +0100
committerMichael Brown2007-01-26 02:42:16 +0100
commit7993488a68adbdad12b12511407c313f4ab18c34 (patch)
treedc7fc95dc4735f7da2641c1ce4b051a17c665655 /src/crypto
parentYet more synonyms that people tend to use. (diff)
downloadipxe-7993488a68adbdad12b12511407c313f4ab18c34.tar.gz
ipxe-7993488a68adbdad12b12511407c313f4ab18c34.tar.xz
ipxe-7993488a68adbdad12b12511407c313f4ab18c34.zip
#if 0 out for now
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/ssl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crypto/ssl.c b/src/crypto/ssl.c
index 00651bd4..8abd7af8 100644
--- a/src/crypto/ssl.c
+++ b/src/crypto/ssl.c
@@ -1,3 +1,5 @@
+#if 0
+
#include "ssl.h"
#include "ssl_constructs.h"
#include <string.h> // for bcopy()
@@ -131,3 +133,4 @@ int ReadSSLHello(SSL_t *ssl)
return (0);
}
+#endif