summaryrefslogtreecommitdiffstats
path: root/doc/man3/HMAC.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/HMAC.pod')
-rw-r--r--doc/man3/HMAC.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/HMAC.pod b/doc/man3/HMAC.pod
index 5c851c1f5c..10a725068b 100644
--- a/doc/man3/HMAC.pod
+++ b/doc/man3/HMAC.pod
@@ -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>).