summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-05-16 22:32:54 +0200
committerBram Moolenaar <bram@vim.org>2010-05-16 22:32:54 +0200
commit1f84bf3fdc7a9b440237797c7bd12fcb50127bed (patch)
tree89765b113bc1191d11717404886e18d259aeb7c0 /src/proto.h
parent6fb531d4b9425e39292b021abd90b5e3f7aa9f49 (diff)
downloadvim-1f84bf3fdc7a9b440237797c7bd12fcb50127bed.tar.gz
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index 85f49378..dd2e1465 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -69,6 +69,9 @@ extern int _stricoll __ARGS((char *a, char *b));
# include "os_qnx.pro"
# endif
+# ifdef FEAT_CRYPT
+# include "blowfish.pro"
+# endif
# include "buffer.pro"
# include "charset.pro"
# ifdef FEAT_CSCOPE
@@ -146,6 +149,9 @@ 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
+# include "sha256.pro"
+# endif
# include "search.pro"
# include "spell.pro"
# include "syntax.pro"