diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-06 12:49:38 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-06 12:49:38 +0000 |
commit | f9f47c70793b95fd5d636924afeb29ddfcc14db8 (patch) | |
tree | d86ed051e60063bb104576ae3bfa7e67295c3e47 /security/ncrypt/files/patch-ncrypt.c | |
parent | Update to 0.7.3. (diff) |
Add ncrypt 0.7.0, advanced AES file encryption tool.
PR: ports/85486
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Diffstat (limited to 'security/ncrypt/files/patch-ncrypt.c')
-rw-r--r-- | security/ncrypt/files/patch-ncrypt.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/ncrypt/files/patch-ncrypt.c b/security/ncrypt/files/patch-ncrypt.c new file mode 100644 index 000000000000..77ac32bcc166 --- /dev/null +++ b/security/ncrypt/files/patch-ncrypt.c @@ -0,0 +1,10 @@ +--- ncrypt.c.orig Tue Aug 30 10:57:04 2005 ++++ ncrypt.c Tue Aug 30 10:57:30 2005 +@@ -17,6 +17,7 @@ + #include <sys/stat.h> + #include <sys/mman.h> + #include <unistd.h> ++#include <getopt.h> + #include "ncrypt.h" + #include "config.h" + #include "encrypt_file.h" |