diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Thu Apr 09 14:27:02 2015 +0100
+++ b/src/ChangeLog	Thu Apr 09 14:54:37 2015 +0100
@@ -1,3 +1,12 @@
+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.
+
 2015-04-09  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* tls.c: