Skip to content

Commit

Permalink
keychain: fix a Doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Feb 28, 2020
1 parent 117be86 commit 5b0f113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ndnph/keychain/private-key.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class PrivateKey
/**
* @brief Perform signing.
* @param chunks signed portion.
* @param[out] signature buffer, with getMaxSigLen() room.
* @param[out] sig signature buffer, with getMaxSigLen() room.
* @return signature length, or -1 upon failure.
*/
virtual ssize_t sign(std::initializer_list<tlv::Value> chunks, uint8_t* sig) const = 0;
Expand Down

0 comments on commit 5b0f113

Please sign in to comment.