diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-11-20 17:19:01 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-11-20 17:19:01 +0100 |
commit | 8d4eecc5e876f5ead8984492ab482c00a9dcb511 (patch) | |
tree | 7411ee31fb1ec3c7651ea294eb5aaeddd9be477c /src/sha256.c | |
parent | d59762dcb6f3dd15fd1e91745561c4558a7b75a6 (diff) | |
download | vim-git-8d4eecc5e876f5ead8984492ab482c00a9dcb511.tar.gz |
updated for version 7.3.723v7.3.723
Problem: Various tiny problems.
Solution: Various tiny fixes.
Diffstat (limited to 'src/sha256.c')
-rw-r--r-- | src/sha256.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sha256.c b/src/sha256.c index 0b931a8f6..3392fc08e 100644 --- a/src/sha256.c +++ b/src/sha256.c @@ -7,9 +7,11 @@ * See README.txt for an overview of the Vim source code. * * FIPS-180-2 compliant SHA-256 implementation - * GPL by Christophe Devine. + * GPL by Christophe Devine, applies to older version. * Modified for md5deep, in public domain. * Modified For Vim, Mohsin Ahmed, http://www.cs.albany.edu/~mosh + * Mohsin Ahmed states this work is distributed under the VIM License or GPL, + * at your choice. * * Vim specific notes: * Functions exported by this file: |