libidav/pwdstore.c

changeset 839
23f3b02c6725
parent 835
b4285fb0f582
child 840
9904eee3ca9a
equal deleted inserted replaced
838:d262210f8454 839:23f3b02c6725
304 304
305 while(read_pwdentry(p, content)) {} 305 while(read_pwdentry(p, content)) {}
306 306
307 cxBufferFree(content); 307 cxBufferFree(content);
308 308
309 p->isdecrypted = 1;
310
309 return 0; 311 return 0;
310 } 312 }
311 313
312 int pwdstore_setpassword(PwdStore *p, const char *password) { 314 int pwdstore_setpassword(PwdStore *p, const char *password) {
313 DavKey *key = dav_pw2key( 315 DavKey *key = dav_pw2key(

mercurial