Add documentation for SSL_*_ex_data() functions
[openssl.git] / doc / man3 / EVP_PKEY_CTX_ctrl.pod
index abe76c80892d83dd008efd235686725aa7591914..0e043f1a72a04e846cc78848c928152466a8306e 100644 (file)
@@ -49,7 +49,7 @@ The control command is indicated in B<cmd> and any additional arguments in
 B<p1> and B<p2>.
 
 For B<cmd> = B<EVP_PKEY_CTRL_SET_MAC_KEY>, B<p1> is the length of the MAC key,
-and B<p2> is MAC key. This is used by Poly1305, HMAC and CMAC.
+and B<p2> is MAC key. This is used by Poly1305, SipHash, HMAC and CMAC.
 
 Applications will not normally call EVP_PKEY_CTX_ctrl() directly but will
 instead call one of the algorithm specific macros below.