diff options
Diffstat (limited to 'openssl/crypto/whrlpool/wp_locl.h')
-rw-r--r-- | openssl/crypto/whrlpool/wp_locl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/whrlpool/wp_locl.h b/openssl/crypto/whrlpool/wp_locl.h index 94e56a39f..6e7b549e1 100644 --- a/openssl/crypto/whrlpool/wp_locl.h +++ b/openssl/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); |