5f6ba1d211
EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library. As with most encrypted filesystems, Encfs is meant to provide security against off-line attacks; ie your notebook or backups fall into the wrong hands, etc. Homepage: http://arg0.net/encfs
12 lines
309 B
Text
12 lines
309 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2007/03/01 00:34:14 xtraeme Exp $
|
|
|
|
--- encfs/encfsctl.cpp.orig 2007-03-01 01:23:48.000000000 +0100
|
|
+++ encfs/encfsctl.cpp 2007-03-01 01:24:03.000000000 +0100
|
|
@@ -31,6 +31,7 @@
|
|
#include <string>
|
|
|
|
#include "i18n.h"
|
|
+#include "../intl/gettext.h"
|
|
|
|
#ifdef HAVE_SSL
|
|
#define NO_DES
|