From 3505d70badb341e018a039434636d9b12f537e1e Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Thu, 8 Aug 2019 14:23:52 +1000 Subject: [PATCH] Fix document nit in EVP_MAC.pod Reviewed-by: Richard Levitte Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/9551) --- doc/man3/EVP_MAC.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man3/EVP_MAC.pod b/doc/man3/EVP_MAC.pod index 2c6687945c..a696c43cc5 100644 --- a/doc/man3/EVP_MAC.pod +++ b/doc/man3/EVP_MAC.pod @@ -160,7 +160,7 @@ B and B below. =item B -This control expects two arguments: C, C +This control expects two arguments: C, C Some MAC implementations require an IV, this control sets the IV. -- 2.25.1