Skip to content

Commit a1341e0

Browse files
committed
fix doxygen warning
1 parent c315b1c commit a1341e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/misc/base16/base16_decode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
/**
2222
Base16 decode a string
2323
@param in The Base16 string to decode
24+
@param inlen The length of the Base16 data
2425
@param out [out] The destination of the binary decoded data
2526
@param outlen [in/out] The max size and resulting size of the decoded data
2627
@return CRYPT_OK if successful

0 commit comments

Comments
 (0)