~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to src/libecryptfs/key_management.c

  • Committer: Dustin Kirkland
  • Date: 2009-05-02 19:39:09 UTC
  • Revision ID: kirkland@canonical.com-20090502193909-3741n5ddkf6eswph
Fix warnings, initialize a few variables, drop unused ones

  [ Arfrever Frehtes Taifersar Arahesis ]
  * key_mod/ecryptfs_key_mod_gpg.c,
    key_mod/ecryptfs_key_mod_pkcs11_helper.c,
    libecryptfs/key_management.c, utils/ecryptfs_unwrap_passphrase.c:
    Fix warnings, initialize a few variables, drop unused ones

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * 02111-1307, USA.
19
19
 */
20
20
 
 
21
#include "config.h"
21
22
#include <errno.h>
22
23
#ifdef ENABLE_NSS
23
24
#include <nss.h>
39
40
#include <sys/types.h>
40
41
#include <sys/stat.h>
41
42
#include <pwd.h>
42
 
#include "config.h"
43
43
#include "../include/ecryptfs.h"
44
44
 
45
45
#ifndef ENOKEY