Fixed EVP_MAC_final argument count in example
authorozppupbg <43532395+ozppupbg@users.noreply.github.com>
Mon, 13 Jul 2020 05:04:28 +0000 (07:04 +0200)
committerPauli <paul.dale@oracle.com>
Mon, 21 Sep 2020 07:48:00 +0000 (17:48 +1000)
commitd5b170a2fcf8b22c67e86a09222dff7ce306c7ad
treeb7fb66490e4d2acf65715a2568ecc3deb28ac81e
parenta31635613323f7a1c28a96ff47cb360681faf9bd
Fixed EVP_MAC_final argument count in example

EVP_MAC_final had only three arguments / the buffer/tag size was missing.
Fixes #12424

Note, that I didn't try to compile the example to look for other problems.

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12429)
doc/man3/EVP_MAC.pod