~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to src/utils/ecryptfs_wrap_passphrase.c

  • Committer: Dustin Kirkland
  • Date: 2016-02-27 00:00:23 UTC
  • Revision ID: kirkland@ubuntu.com-20160227000023-h0e4oui5y1vbaurd
openingĀ 112

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * Copyright (C) 2007 International Business Machines
3
3
 * Author(s): Michael Halcrow <mhalcrow@us.ibm.com>
4
 
 *            Dustin Kirkland <kirkland@canonical.com>
 
4
 *            Dustin Kirkland <kirkland@ubuntu.com>
5
5
 *
6
6
 * This program is free software; you can redistribute it and/or
7
7
 * modify it under the terms of the GNU General Public License as
23
23
#include <stdlib.h>
24
24
#include <ecryptfs.h>
25
25
#include <string.h>
26
 
#include "config.h"
27
26
 
28
27
void usage(void)
29
28
{