diff options
Diffstat (limited to 'crypto/whrlpool/wp_locl.h')
-rw-r--r-- | crypto/whrlpool/wp_locl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/whrlpool/wp_locl.h b/crypto/whrlpool/wp_locl.h index 94e56a39f1..6e7b549e1e 100644 --- a/crypto/whrlpool/wp_locl.h +++ b/crypto/whrlpool/wp_locl.h @@ -1,3 +1,3 @@ #include <openssl/whrlpool.h> -void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t); +void whirlpool_block(WHIRLPOOL_CTX *, const void *, size_t); |