doc/man3: fix types taken by HMAC(), HMAC_Update()
authorpedro martelletto <pedro@ambientworks.net>
Wed, 24 Jun 2020 15:48:00 +0000 (17:48 +0200)
committerPauli <paul.dale@oracle.com>
Fri, 26 Jun 2020 08:37:32 +0000 (18:37 +1000)
commitcc63865f336e0144f8501aa0a862ba0247a50622
treeaa6a615ad521d5f1dbe80453a964281c2d027d3f
parent0d96afd28c3bd5af9a57a9def232af2e718bfbf3
doc/man3: fix types taken by HMAC(), HMAC_Update()

HMAC() and HMAC_Update() take size_t for 'n' and 'len' respectively.

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12264)
doc/man3/HMAC.pod