commit | 40e6a71c6777242a254f1748766aa0e60764ebb3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 16 22:32:54 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 16 22:32:54 2010 +0200 |
tree | 84774ebf0fd3986a456cebd716d847d4e8496a20 | |
parent | 64486671c3fcc75698c57732c50865ad0573b3fe [diff] [blame] |
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
diff --git a/src/globals.h b/src/globals.h index d2b898c..a65a2e3 100644 --- a/src/globals.h +++ b/src/globals.h
@@ -105,6 +105,10 @@ EXTERN int screen_cleared INIT(= FALSE); /* screen has been cleared */ +#ifdef FEAT_CRYPT +EXTERN int use_crypt_method INIT(= 0); +#endif + /* * When '$' is included in 'cpoptions' option set: * When a change command is given that deletes only part of a line, a dollar