summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-06-13 05:20:42 +0200
committerBram Moolenaar <bram@vim.org>2010-06-13 05:20:42 +0200
commit228f53e2bcce2a07af1fe7e0d288b790bb859210 (patch)
tree433ba6ad49281bfc6b8d24bca235c54a87034f3b /src/proto.h
parentfc77fa3b62ec13d0dc58ca3413469bcaddb4644f (diff)
downloadvim-228f53e2bcce2a07af1fe7e0d288b790bb859210.tar.gz
Added salt to blowfish encryption.
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto.h b/src/proto.h
index 2b248a5e..33136561 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -149,7 +149,7 @@ void qsort __ARGS((void *base, size_t elm_count, size_t elm_size, int (*cmp)(con
# endif
# include "regexp.pro"
# include "screen.pro"
-# ifdef FEAT_CRYPT
+# if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO)
# include "sha256.pro"
# endif
# include "search.pro"