Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5888:a85efdabe237
Call #'read-passwd when requesting a password from the user, tls.c
src/ChangeLog addition:
2015-04-09 Aidan Kehoe <kehoea@parhasard.net>
* tls.c (nss_pk11_password):
* tls.c (gnutls_pk11_password):
* tls.c (openssl_password):
* tls.c (syms_of_tls):
Our read-a-password function is #'read-passwd, not
#'read-password, correct that in this file.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 09 Apr 2015 14:54:37 +0100 |
parents | 6eca500211f4 |
children | a0e751d6c3ad |
comparison
equal
deleted
inserted
replaced
5887:6eca500211f4 | 5888:a85efdabe237 |
---|---|
1 2015-04-09 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * tls.c (nss_pk11_password): | |
4 * tls.c (gnutls_pk11_password): | |
5 * tls.c (openssl_password): | |
6 * tls.c (syms_of_tls): | |
7 Our read-a-password function is #'read-passwd, not | |
8 #'read-password, correct that in this file. | |
9 | |
1 2015-04-09 Aidan Kehoe <kehoea@parhasard.net> | 10 2015-04-09 Aidan Kehoe <kehoea@parhasard.net> |
2 | 11 |
3 * tls.c: | 12 * tls.c: |
4 #include <openssl/x509v3.h> for its prototype for | 13 #include <openssl/x509v3.h> for its prototype for |
5 X509_check_host(). | 14 X509_check_host(). |