diff options
author | Zoltan Gyarmati <[email protected]> | 2017-06-08 13:25:17 +0200 |
---|---|---|
committer | Zoltan Gyarmati <[email protected]> | 2017-06-08 13:25:22 +0200 |
commit | 96bd50b337f2bb41a171490a0b9202f0ab8cef3c (patch) | |
tree | 1885421107516f33ef585a549aa4889da4a95901 /src/lib/ffi | |
parent | 2a52cdb662b268612bf414f8066427a213493c3e (diff) |
fix doxygen build: hide method definitions with ifdefs where the
function declaration is already hidden, fix some param names in doxygen
comments, fixes #1067
This work was sponsored by Ribose Inc (@riboseinc).
Diffstat (limited to 'src/lib/ffi')
-rw-r--r-- | src/lib/ffi/ffi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffi/ffi.h b/src/lib/ffi/ffi.h index d194c4794..380d3a9ed 100644 --- a/src/lib/ffi/ffi.h +++ b/src/lib/ffi/ffi.h @@ -249,7 +249,7 @@ BOTAN_DLL int botan_hash_output_length(botan_hash_t hash, size_t* output_length) /** * Writes the block size of the hash function to *block_size * @param hash hash object -* @param output_length output buffer to hold the hash function output length +* @param block_size output buffer to hold the hash function output length * @return 0 on success, a negative value on failure */ BOTAN_DLL int botan_hash_block_size(botan_hash_t hash, size_t* block_size); |