summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RIPEMD160.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/RIPEMD160.pod')
-rw-r--r--src/lib/libcrypto/doc/RIPEMD160.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/RIPEMD160.pod b/src/lib/libcrypto/doc/RIPEMD160.pod
index 264bb99ae7..f66fb02ed2 100644
--- a/src/lib/libcrypto/doc/RIPEMD160.pod
+++ b/src/lib/libcrypto/doc/RIPEMD160.pod
@@ -45,7 +45,7 @@ hash functions directly.
45 45
46=head1 RETURN VALUES 46=head1 RETURN VALUES
47 47
48RIPEMD160() returns a pointer to the hash value. 48RIPEMD160() returns a pointer to the hash value.
49 49
50RIPEMD160_Init(), RIPEMD160_Update() and RIPEMD160_Final() return 1 for 50RIPEMD160_Init(), RIPEMD160_Update() and RIPEMD160_Final() return 1 for
51success, 0 otherwise. 51success, 0 otherwise.