From 1310ecb38906f0902b4a1c861cbf5f541220458e Mon Sep 17 00:00:00 2001 From: Raef Coles Date: Thu, 22 Sep 2022 15:41:49 +0100 Subject: [PATCH] Update LMOTS function documentation To avoid CI failure Signed-off-by: Raef Coles --- library/lmots.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/lmots.h b/library/lmots.h index 993c01c10..f6daa0bcc 100644 --- a/library/lmots.h +++ b/library/lmots.h @@ -146,8 +146,6 @@ typedef struct { * \param val The unsigned integer value * \param len The length of the string. * \param bytes The string to output into. - * - * \return The corresponding LMS error code. */ void unsigned_int_to_network_bytes( unsigned int val, size_t len, unsigned char *bytes );