summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RIPEMD160.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 21:46:36 +0000
committerjim <>2014-05-04 21:46:36 +0000
commit94b4f752322026bbd9765e2b8084db237af47cd9 (patch)
treea8892de8fd6e54fc93e929516a1ed1c754ef77fd /src/lib/libcrypto/doc/RIPEMD160.pod
parentc5c3edda5f74a18c2b4f5fd26c59daea4e6722b9 (diff)
downloadopenbsd-94b4f752322026bbd9765e2b8084db237af47cd9.tar.gz
openbsd-94b4f752322026bbd9765e2b8084db237af47cd9.tar.bz2
openbsd-94b4f752322026bbd9765e2b8084db237af47cd9.zip
Remove trailing whitespace.
fine jmc@
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.