diff options
| author | miod <> | 2014-07-12 11:25:25 +0000 |
|---|---|---|
| committer | miod <> | 2014-07-12 11:25:25 +0000 |
| commit | f6d02d91130bc0ec3f15ccc3060f955bf75247e1 (patch) | |
| tree | 9a36010b0c6b4664bb7ce39e9531fd762e104a3f /src/lib/libcrypto/whrlpool | |
| parent | 01b62bd676ce552c2809af819dfca03fe66e71dc (diff) | |
| download | openbsd-f6d02d91130bc0ec3f15ccc3060f955bf75247e1.tar.gz openbsd-f6d02d91130bc0ec3f15ccc3060f955bf75247e1.tar.bz2 openbsd-f6d02d91130bc0ec3f15ccc3060f955bf75247e1.zip | |
typos
Diffstat (limited to 'src/lib/libcrypto/whrlpool')
| -rw-r--r-- | src/lib/libcrypto/whrlpool/wp_dgst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/whrlpool/wp_dgst.c b/src/lib/libcrypto/whrlpool/wp_dgst.c index 35454758d6..663f2ef5de 100644 --- a/src/lib/libcrypto/whrlpool/wp_dgst.c +++ b/src/lib/libcrypto/whrlpool/wp_dgst.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: wp_dgst.c,v 1.3 2014/06/12 15:49:31 deraadt Exp $ */ | 1 | /* $OpenBSD: wp_dgst.c,v 1.4 2014/07/12 11:25:25 miod Exp $ */ |
| 2 | /** | 2 | /** |
| 3 | * The Whirlpool hashing function. | 3 | * The Whirlpool hashing function. |
| 4 | * | 4 | * |
| @@ -49,7 +49,7 @@ | |||
| 49 | * | 49 | * |
| 50 | * Unlike authors' reference implementation, block processing | 50 | * Unlike authors' reference implementation, block processing |
| 51 | * routine whirlpool_block is designed to operate on multi-block | 51 | * routine whirlpool_block is designed to operate on multi-block |
| 52 | * input. This is done for perfomance. | 52 | * input. This is done for performance. |
| 53 | */ | 53 | */ |
| 54 | 54 | ||
| 55 | #include "wp_locl.h" | 55 | #include "wp_locl.h" |
