summaryrefslogtreecommitdiffstats
path: root/etc/inc/functions.inc
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-08-28 02:53:06 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-08-28 02:53:06 +0000
commit8ff5ffccf2d5e0dcdeddbe6ae67a09da4e8458b2 (patch)
treeda283a35297416e3bec14a7d230f17eec8bd300f /etc/inc/functions.inc
parent872d919581ec033c4856006d59b3fda9bf391167 (diff)
downloadpfsense-8ff5ffccf2d5e0dcdeddbe6ae67a09da4e8458b2.zip
pfsense-8ff5ffccf2d5e0dcdeddbe6ae67a09da4e8458b2.tar.gz
Add support for export and import of encrypted configuration files. A set
of command line utilities for encypting and decrypting the files format is available from the tools/config-crypto directory.
Diffstat (limited to 'etc/inc/functions.inc')
-rw-r--r--etc/inc/functions.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/functions.inc b/etc/inc/functions.inc
index c5c7cca..f35e960 100644
--- a/etc/inc/functions.inc
+++ b/etc/inc/functions.inc
@@ -73,6 +73,7 @@ if(!function_exists("pfSenseHeader")) {
require_once("auth.inc");
require_once("priv.inc");
require_once("certs.inc");
+require_once("crypt.inc");
require_once("captiveportal.inc");
require_once("filter.inc");
require_once("interfaces.inc");
OpenPOWER on IntegriCloud