]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/HMAC.pod
Remove unnecessary trailing whitespace
[thirdparty/openssl.git] / doc / man3 / HMAC.pod
index 5c851c1f5c5656e449e5128aabf26978103c6d68..10a725068b3260d97b0623bc4d744210e91fb928 100644 (file)
@@ -91,7 +91,7 @@ because reuse of an existing key with a different digest is not supported.
 
 HMAC_Init() initializes a B<HMAC_CTX> structure to use the hash
 function B<evp_md> and the key B<key> which is B<key_len> bytes
-long. 
+long.
 
 HMAC_Update() can be called repeatedly with chunks of the message to
 be authenticated (B<len> bytes at B<data>).