瀏覽代碼

#if 0 out for now

tags/v0.9.3
Michael Brown 18 年之前
父節點
當前提交
7993488a68
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/crypto/ssl.c

+ 3
- 0
src/crypto/ssl.c 查看文件

@@ -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…
取消
儲存