소스 검색

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
    @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 outlen   [in/out] The max size and resulting size of the decoded data
    @return CRYPT_OK if successful