@@ -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