From 43917fbae280ccb26cbc0a1e24376b622db57365 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 25 Feb 2024 23:24:01 +0100 Subject: [PATCH] Doc: fixed missing 'void' --- doc/crypto_sha512.3monocypher | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/crypto_sha512.3monocypher b/doc/crypto_sha512.3monocypher index d03578e..b4da657 100644 --- a/doc/crypto_sha512.3monocypher +++ b/doc/crypto_sha512.3monocypher @@ -112,6 +112,7 @@ .Fa "crypto_sha512_hmac_ctx *ctx" .Fa "uint8_t hmac[64]" .Fc +.Ft void .Fo crypto_sha512_hkdf .Fa "uint8_t *okm" .Fa "size_t okm_size" -- 2.47.3