diff options
| author | Adam <adam@sigterm.info> | 2014-02-21 19:49:29 -0500 |
|---|---|---|
| committer | Adam <adam@sigterm.info> | 2014-02-21 19:49:29 -0500 |
| commit | e3a8a45a61fc8d71f0c0b832a2162252da8bb55e (patch) | |
| tree | 056534601f3d1cf1d62c02944863c395cf43f5f2 /data/example.conf | |
| parent | f1ad7fd5820e2eee8f1c2c87da7b4d6a3781a874 (diff) | |
| parent | b6935e706cc29a05b827efaea6317885bfa2987b (diff) | |
Merge pull request #56 from ShutterQuick/2.0+noxcrypt
enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code fr...
Diffstat (limited to 'data/example.conf')
| -rw-r--r-- | data/example.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index 4d4ba6b17..5ccb4539b 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1217,6 +1217,7 @@ module * */ +#module { name = "enc_bcrypt" } module { name = "enc_sha256" } #module { name = "enc_md5" } #module { name = "enc_sha1" } |
