diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-16 23:02:33 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-16 23:02:33 +0200 |
commit | 823a165119fccd8ace6b8d37619ef68b75ecd44f (patch) | |
tree | f0e02a702ae8220ffd2562fba213fab0df720c5f /src/proto | |
parent | 40e6a71c6777242a254f1748766aa0e60764ebb3 (diff) | |
download | vim-git-823a165119fccd8ace6b8d37619ef68b75ecd44f.tar.gz |
Minor updates to blowfish encryption.
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/sha256.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/sha256.pro b/src/proto/sha256.pro index 635721c8c..a6d6be74a 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 : */ |