From 328a85b85a7bc4bacb0ac4d3fcca813b31cf22c4 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 5 Jan 2004 21:04:02 +0000 Subject: oops, remove hardcoded test passwd :) 2004-01-05 Chris Toshok * lib/e-cert-db.c (e_cert_db_login_to_slot): oops, remove hardcoded test passwd :) svn path=/trunk/; revision=24061 --- smime/lib/e-cert-db.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'smime/lib/e-cert-db.c') diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index d37805d7c4..64145239ea 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -1114,7 +1114,10 @@ e_cert_db_login_to_slot (ECertDB *cert_db, if (PK11_NeedUserInit (slot)) { printf ("initializing slot password\n"); /* the user needs to specify the initial password */ - PK11_InitPin (slot, "", "farcl."); + /* XXX toshok - this should use a signal to + pop up a password dialog ala the + pk11_passwd prompt. for now we do it + here. */ } if (PK11_Authenticate (slot, PR_TRUE, NULL) != SECSuccess) { -- cgit