Mercurial > hg > xemacs-beta
diff src/tls.c @ 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 | 5d5aeb79edb4 |
line wrap: on
line diff
--- a/src/tls.c Tue Oct 07 21:16:10 2014 -0600 +++ b/src/tls.c Wed Oct 08 12:58:20 2014 -0600 @@ -1116,7 +1116,7 @@ SSL_MODE_AUTO_RETRY | SSL_MODE_RELEASE_BUFFERS); /* Let the system select the ciphers */ - if (SSL_CTX_set_cipher_list (ssl_ctx, "PROFILE=SYSTEM") != 1) + if (SSL_CTX_set_cipher_list (ssl_ctx, "DEFAULT") != 1) signal_error (Qtls_error, "SSL_CTX_set_cipher_list failed", openssl_error_string ());