Commit cf1698cb authored by David Makepeace's avatar David Makepeace Committed by Dr. Matthias St. Pierre
Browse files

Minor doc fixes for EVP_MAC.

parent 47ec2367
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ This functions takes variable arguments, the exact expected arguments
depend on C<cmd>.
EVP_MAC_ctrl() can be called both before and after EVP_MAC_init(), but
the effect will depend on what control is being use.
See </CONTROLS> below for a description of standard controls.
See L</CONTROLS> below for a description of standard controls.

EVP_MAC_vctrl() is the variant of EVP_MAC_ctrl() that takes a
C<va_list> argument instead of variadic arguments.
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ There are no corresponding string control types.

These work as described in L<EVP_MAC(3)/CONTROLS>.

EVP_MAC_ctrl_str() type string for B<EVP_MAC_CTRL_SET_DIGEST>: "digest"
EVP_MAC_ctrl_str() type string for B<EVP_MAC_CTRL_SET_MD>: "digest"

The value is expected to be the name of a cipher.