diff options
author | Jan Macku <jamacku@redhat.com> | 2019-01-30 16:09:50 +0100 |
---|---|---|
committer | Kurt Roeckx <kurt@roeckx.be> | 2019-02-17 23:43:29 +0100 |
commit | 70680262329004c934497040bfc6940072043f48 (patch) | |
tree | 309c34f5361e3f47962e4e2dce01e7ff06ce6141 | |
parent | Check for unpaired .cfi_remember_state (diff) | |
download | openssl-70680262329004c934497040bfc6940072043f48.tar.xz openssl-70680262329004c934497040bfc6940072043f48.zip |
Fixed typo
CLA: trivial
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
GH: #8121
-rw-r--r-- | doc/man3/RIPEMD160_Init.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/RIPEMD160_Init.pod b/doc/man3/RIPEMD160_Init.pod index aec64419c1..27ff3779a7 100644 --- a/doc/man3/RIPEMD160_Init.pod +++ b/doc/man3/RIPEMD160_Init.pod @@ -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 |