diff options
author | Julien Chaffraix <julien.chaffraix@gmail.com> | 2010-09-26 22:35:00 -0700 |
---|---|---|
committer | Julien Chaffraix <julien.chaffraix@gmail.com> | 2010-09-28 22:05:24 -0700 |
commit | e3811ed7c34ed1818dc246af54460fea0fc52c02 (patch) | |
tree | 01a2f14c15034d2db39e7938e2e7bd79031a45bd /lib/krb4.h | |
parent | dacc44ddc2920cb1b2e3550bc803f7521c3166fa (diff) | |
download | curl-e3811ed7c34ed1818dc246af54460fea0fc52c02.tar.gz |
security.c: Remove Curl_sec_fflush_fd.
The current implementation would make us send wrong data on a closed
socket. We don't buffer our data so the method can be safely removed.
Diffstat (limited to 'lib/krb4.h')
-rw-r--r-- | lib/krb4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/krb4.h b/lib/krb4.h index 5dc3971e4..5da1dc6ef 100644 --- a/lib/krb4.h +++ b/lib/krb4.h @@ -47,7 +47,6 @@ extern struct Curl_sec_client_mech Curl_krb5_client_mech; #endif CURLcode Curl_krb_kauth(struct connectdata *conn); -int Curl_sec_fflush_fd(struct connectdata *conn, int fd); int Curl_sec_fprintf (struct connectdata *, FILE *, const char *, ...); int Curl_sec_getc (struct connectdata *conn, FILE *); int Curl_sec_putc (struct connectdata *conn, int, FILE *); |