diff options
| -rw-r--r-- | src/crypto/ssl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crypto/ssl.c b/src/crypto/ssl.c index 00651bd4f..8abd7af8b 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 |
