~noskcaj/ubuntu/vivid/gnome-keyring/3.15.90

« back to all changes in this revision

Viewing changes to pkcs11/wrap-layer/gkm-wrap-login.c

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-14 22:13:02 UTC
  • mfrom: (1.3.1)
  • mto: (80.2.8 experimental) (1.1.77)
  • mto: This revision was merged to the branch mainline in revision 148.
  • Revision ID: package-import@ubuntu.com-20120514221302-0l3gjmqpe6xopond
ImportĀ upstreamĀ versionĀ 3.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
/* Holds failed unlock password, accessed atomically */
40
40
static gpointer unlock_failure = NULL;
41
41
 
 
42
EGG_SECURE_DECLARE (wrap_login);
 
43
 
42
44
void
43
45
gkm_wrap_layer_mark_login_unlock_success (void)
44
46
{