diff options
| author | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
| commit | 699c782b7668c44d0fa4446331b0590a6d5dac82 (patch) | |
| tree | 5dcce364741d0761920a3d274b0fc8aba4103d45 /lib/sha512.c | |
| parent | 98fb480ee31bf74cf554044f60f21df16566dd7f (diff) | |
| parent | e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff) | |
| download | emacs-pending.tar.gz emacs-pending.zip | |
Merge from trunkpending
Diffstat (limited to 'lib/sha512.c')
| -rw-r--r-- | lib/sha512.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sha512.c b/lib/sha512.c index c0bed95758f..5c2e3ab9f81 100644 --- a/lib/sha512.c +++ b/lib/sha512.c | |||
| @@ -58,7 +58,7 @@ static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ... */ }; | |||
| 58 | 58 | ||
| 59 | /* | 59 | /* |
| 60 | Takes a pointer to a 512 bit block of data (eight 64 bit ints) and | 60 | Takes a pointer to a 512 bit block of data (eight 64 bit ints) and |
| 61 | intializes it to the start constants of the SHA512 algorithm. This | 61 | initializes it to the start constants of the SHA512 algorithm. This |
| 62 | must be called before using hash in the call to sha512_hash | 62 | must be called before using hash in the call to sha512_hash |
| 63 | */ | 63 | */ |
| 64 | void | 64 | void |