~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to src/utils/manager.c

  • Committer: Dustin Kirkland
  • Date: 2009-07-17 05:32:26 UTC
  • Revision ID: kirkland@canonical.com-20090717053226-5r04floeb2ocuq4p
  * README, configure.ac, debian/control, debian/rules,
    doc/sourceforge_webpage/README, src/libecryptfs-swig/libecryptfs.py,
    src/libecryptfs-swig/libecryptfs_wrap.c,
    src/libecryptfs/key_management.c, src/libecryptfs/libecryptfs.pc.in,
    src/libecryptfs/main.c, src/pam_ecryptfs/Makefile.am,
    src/utils/manager.c, src/utils/mount.ecryptfs.c: move build from gcrypt
    to nss (this change has been pending for some time)


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

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 */
21
21
 
22
22
#include <errno.h>
23
 
#include <gcrypt.h>
24
23
#include <getopt.h>
 
24
#include <sys/types.h>
25
25
#include <keyutils.h>
26
26
#include <stdio.h>
27
27
#include <stdlib.h>