Browse Source

#if 0 out for now

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
7993488a68
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/crypto/ssl.c

+ 3
- 0
src/crypto/ssl.c View File

@@ -1,3 +1,5 @@
1
+#if 0
2
+
1 3
 #include "ssl.h"
2 4
 #include "ssl_constructs.h"
3 5
 #include <string.h> // for bcopy()
@@ -131,3 +133,4 @@ int ReadSSLHello(SSL_t *ssl)
131 133
   return (0);
132 134
 }
133 135
 
136
+#endif

Loading…
Cancel
Save