Update LMOTS function documentation

To avoid CI failure

Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
Raef Coles 2022-09-22 15:41:49 +01:00
parent 9c9027b1a4
commit 1310ecb389
No known key found for this signature in database
GPG Key ID: 1AAF1B43DF2086F4

View File

@ -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 );