Fix doxygen error

This commit is contained in:
Douglas Stebila 2019-07-30 21:42:04 -04:00
parent d804a52f39
commit 0f3b389f79

View File

@ -58,7 +58,7 @@ void OQS_SHA2_sha512(uint8_t *output, const uint8_t *input, size_t inplen);
*
* \warning The state must be released by the OQS_SHA2_sha256_inc_finalize function.
*
* \param output Pointer to the state
* \param state Pointer to the state
*/
void OQS_SHA2_sha256_inc_init(void **state);