]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Clean up prototypes and definitions of ssl_init and ssl_connect.
[wget] / src / ChangeLog
index 63385a9433a4d5b17be7a6ab3d54fb3c134fae94..e11914e97ab4b7e2b99e4d5e364705cedfab4e11 100644 (file)
@@ -1,3 +1,17 @@
+2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * gen_sslfunc.c (ssl_print_errors): Made static.
+       (ssl_print_errors): Eliminate potentially dangerous fixed-size
+       error buffer.  Passing NULL to ERR_error_string causes it to use
+       its own static buffer, which is fine for our purposes.
+
+       * gen_sslfunc.c: Include gen_sslfunc.h.  Make the declarations of
+       ssl_init and ssl_conect match the actual definitions.
+       (ssl_connect): Simply return a boolean, the SSL context is no
+       longer useful as a return value.
+
+       * retr.c: Don't include SSL headers; we don't need them.
+
 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * config-post.h: Don't define _VA_LIST under Solaris; it breaks