mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Fixed typo
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> GH: #8121
This commit is contained in:
parent
e09633107b
commit
7068026232
@ -13,7 +13,7 @@ RIPEMD-160 hash function
|
||||
unsigned char *md);
|
||||
|
||||
int RIPEMD160_Init(RIPEMD160_CTX *c);
|
||||
int RIPEMD160_Update(RIPEMD_CTX *c, const void *data, unsigned long len);
|
||||
int RIPEMD160_Update(RIPEMD160_CTX *c, const void *data, unsigned long len);
|
||||
int RIPEMD160_Final(unsigned char *md, RIPEMD160_CTX *c);
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
Loading…
Reference in New Issue
Block a user