diff options
Diffstat (limited to 'security/shishi/files/patch-lib_netio.c')
-rw-r--r-- | security/shishi/files/patch-lib_netio.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/security/shishi/files/patch-lib_netio.c b/security/shishi/files/patch-lib_netio.c deleted file mode 100644 index e722674c2a52..000000000000 --- a/security/shishi/files/patch-lib_netio.c +++ /dev/null @@ -1,14 +0,0 @@ ---- lib/netio.c.orig 2010-04-01 23:36:30.000000000 +0200 -+++ lib/netio.c 2010-04-01 23:36:37.000000000 +0200 -@@ -241,9 +241,11 @@ sendrecv_host (Shishi * handle, - { - if (transport == TCP) - rc = sendrecv_tcp (handle, ai, indata, inlen, outdata, outlen); -+#ifdef USE_STARTTLS - else if (transport == TLS) - rc = _shishi_sendrecv_tls (handle, ai, indata, inlen, - outdata, outlen); -+#endif - else - rc = sendrecv_udp (handle, ai, indata, inlen, outdata, outlen); - |