瀏覽代碼

fix doxygen warning

Steffen Jaeckel 7 年之前
父節點
當前提交
a1341e028e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/misc/base16/base16_decode.c

+ 1 - 0
src/misc/base16/base16_decode.c

@@ -21,6 +21,7 @@
 /**
 /**
    Base16 decode a string
    Base16 decode a string
    @param in       The Base16 string to decode
    @param in       The Base16 string to decode
+   @param inlen    The length of the Base16 data
    @param out      [out] The destination of the binary decoded data
    @param out      [out] The destination of the binary decoded data
    @param outlen   [in/out] The max size and resulting size of the decoded data
    @param outlen   [in/out] The max size and resulting size of the decoded data
    @return CRYPT_OK if successful
    @return CRYPT_OK if successful