#if 0 out for now

This commit is contained in:
Michael Brown
2007-01-26 01:42:16 +00:00
parent f59281d8f6
commit 7993488a68

View File

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