~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to src/pam_ecryptfs/pam_ecryptfs.c

  • Committer: Dustin Kirkland
  • Date: 2009-01-24 20:27:27 UTC
  • Revision ID: git-v1:346c611a8f939781f7d76280a4f6d0db294c2af3
fix minor build errors

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
                        if (rc==0 ||
153
153
                            ecryptfs_supports_filename_encryption(version)) {
154
154
                                rc = ecryptfs_insert_wrapped_passphrase_into_keyring(
155
 
                                        auth_tok_sig_hex, file,
156
 
                                        wrapping_passphrase,
 
155
                                        auth_tok_sig, wrapped_pw_filename,
 
156
                                        passphrase,
157
157
                                        ECRYPTFS_DEFAULT_SALT_FNEK_HEX);
158
158
 
159
159
                        }