summaryrefslogtreecommitdiffstats
path: root/src/proto/sha256.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-16 23:02:33 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-16 23:02:33 +0200
commit823a165119fccd8ace6b8d37619ef68b75ecd44f (patch)
treef0e02a702ae8220ffd2562fba213fab0df720c5f /src/proto/sha256.pro
parent40e6a71c6777242a254f1748766aa0e60764ebb3 (diff)
Minor updates to blowfish encryption.
Diffstat (limited to 'src/proto/sha256.pro')
-rw-r--r--src/proto/sha256.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/sha256.pro b/src/proto/sha256.pro
index 635721c8c1..a6d6be74af 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 : */