commit | 823a165119fccd8ace6b8d37619ef68b75ecd44f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 16 23:02:33 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 16 23:02:33 2010 +0200 |
tree | f0e02a702ae8220ffd2562fba213fab0df720c5f | |
parent | 40e6a71c6777242a254f1748766aa0e60764ebb3 [diff] [blame] |
Minor updates to blowfish encryption.
diff --git a/src/proto/sha256.pro b/src/proto/sha256.pro index 635721c..a6d6be7 100644 --- a/src/proto/sha256.pro +++ b/src/proto/sha256.pro
@@ -1,5 +1,5 @@ /* sha256.c */ -char *sha256_key __ARGS((char *buf)); +char_u *sha256_key __ARGS((char_u *buf)); int sha256_self_test __ARGS((void)); void sha2_seed __ARGS((char_u header[], int header_len)); /* vim: set ft=c : */