summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2019-01-30 16:09:50 +0100
committerKurt Roeckx <kurt@roeckx.be>2019-02-17 23:44:36 +0100
commita9b9d2654b974f7b2732b9a08e975b1a396efb31 (patch)
tree74e9e2f388052cdea1f4cbdce84d0b86fe91bac6
parent2e826078410bdb117710890b0e99bbdbbbf7e95d (diff)
Fixed typo
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> GH: #8121 (cherry picked from commit 70680262329004c934497040bfc6940072043f48)
-rw-r--r--doc/man3/RIPEMD160_Init.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/RIPEMD160_Init.pod b/doc/man3/RIPEMD160_Init.pod
index 77ac4fbc12..1364aa0e92 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