diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-09-22 07:58:05 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vszakats.net> | 2018-09-22 07:58:32 +0000 |
commit | f078361c0e2539689df9962f35ab22f8ea25afe9 (patch) | |
tree | 6d45965001209ac84124967d64dd5339a26a1c44 /lib | |
parent | dee1700ce6ed2588f6db61fc9ca52ac8bccc71f8 (diff) |
URL and mailmap updates, remove an obsolete directory [ci skip]
Closes https://github.com/curl/curl/pull/3031
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)" |