diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile.netware | 2 | ||||
| -rw-r--r-- | lib/socks.c | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 2b392f3f4..a2032a1e2 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -5,7 +5,7 @@  #                            | (__| |_| |  _ <| |___  #                             \___|\___/|_| \_\_____|  # -# Copyright (C) 2004 - 2015, Guenter Knauf, <http://www.gknw.net/phpbb>. +# Copyright (C) 2004 - 2015, Guenter Knauf  # Copyright (C) 2001 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.  #  # This software is licensed as described in the file COPYING, which diff --git a/lib/socks.c b/lib/socks.c index 81f3eda28..0d4d856aa 100644 --- a/lib/socks.c +++ b/lib/socks.c @@ -98,7 +98,7 @@ int Curl_blockread_all(struct connectdata *conn, /* connection data */  * destination server.  *  * Reference : -*   http://socks.permeo.com/protocol/socks4.protocol +*   https://www.openssh.com/txt/socks4.protocol  *  * Note :  *   Set protocol4a=true for  "SOCKS 4A (Simple Extension to SOCKS 4 Protocol)"  | 
