comparison src/ChangeLog @ 5815:d59bfb050ca8

Fix TLS-related build failures. See xemacs-patches message with ID <CAHCOHQ=YBtU8kx9UEGZa09-hz-40XJyHJ95t=tidSgbSVEU7nQ@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 08 Oct 2014 12:58:20 -0600
parents a216b3c2b09e
children 15b0715c204d
comparison
equal deleted inserted replaced
5814:a216b3c2b09e 5815:d59bfb050ca8
1 2014-10-08 Jerry James <james@xemacs.org>
2
3 * tls.c (init_tls): Remove blatant Fedoraism from the OpenSSL version.
4 * tls.h (tls_open):
5 (make_tls_input_stream):
6 (make_tls_output_stream):
7 (tls_get_fd): Fix build failures in the !WITH_TLS case.
8
1 2014-10-07 Jerry James <james@xemacs.org> 9 2014-10-07 Jerry James <james@xemacs.org>
2 10
3 * Makefile.in.in: Add tls.o to the link. 11 * Makefile.in.in: Add tls.o to the link.
4 * config.h.in: Add TLS symbols (WITH_TLS, etc.). 12 * config.h.in: Add TLS symbols (WITH_TLS, etc.).
5 * emacs.c (main_1): Call new functions in tls.c. 13 * emacs.c (main_1): Call new functions in tls.c.