From: hno <> Date: Sun, 20 Apr 2003 04:17:13 +0000 (+0000) Subject: Deleted some misplaced and forgotten prototypes X-Git-Tag: SQUID_3_0_PRE1~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b1b7fc31853c6e25a3d095ade9539314ea2f7a;p=thirdparty%2Fsquid.git Deleted some misplaced and forgotten prototypes --- diff --git a/src/ssl_support.cc b/src/ssl_support.cc index a9ce482404..d8f06eb329 100644 --- a/src/ssl_support.cc +++ b/src/ssl_support.cc @@ -1,6 +1,6 @@ /* - * $Id: ssl_support.cc,v 1.13 2003/04/17 15:25:44 hno Exp $ + * $Id: ssl_support.cc,v 1.14 2003/04/19 22:17:13 hno Exp $ * * AUTHOR: Benno Rice * DEBUG: section 83 SSL accelerator support @@ -36,12 +36,6 @@ #include "squid.h" #include "fde.h" -extern int commUnsetNonBlocking(int fd); -extern int commSetNonBlocking(int fd); - -void clientNegotiateSSL(int fd, void *data); -void clientReadSSLRequest(int fd, void *data); - static RSA * ssl_temp_rsa_cb(SSL * ssl, int anInt, int keylen) {