Skip to content

Commit

Permalink
Minor comment fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed Jul 31, 2024
1 parent 6f2296c commit b1c3f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/core/src/clp/hash_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ class HashUtilsOperationFailed : public TraceableException {
* @param input
* @param hash Returns the hash.
* @return ErrorCode_Success on success.
* @return ErrorCode_Failure if digest_update` fails.
* @return Same as `digest_final` if `digest_final` fails.
* @return ErrorCode_Failure if `EvpDigestContext::digest_update` fails.
* @return Same as `EvpDigestContext::digest_final` if `EvpDigestContext::digest_final` fails.
* @throw HashUtilsOperationFailed if an OpenSSL EVP digest couldn't be created.
*/
[[nodiscard]] auto get_sha256_hash(
Expand Down

0 comments on commit b1c3f0f

Please sign in to comment.