~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to tests/userspace/wrap-unwrap/test.c

  • Committer: Tyler Hicks
  • Date: 2013-10-27 16:52:03 UTC
  • Revision ID: tyhicks@canonical.com-20131027165203-k0jxwinj10gzfluz
Fix 'unused variable' warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        int decrypted_passphrase_size;
20
20
        char salt[ECRYPTFS_SALT_SIZE + 1];
21
21
        char *path;
22
 
        int i, j;
 
22
        int i;
23
23
        int rc = 0;
24
24
 
25
25
        if (argc != 2) {