Skip to content

Commit ecdf897

Browse files
author
Thomas Pornin
committed
Normalize use of BR_DOXYGEN_IGNORE.
1 parent c1bb535 commit ecdf897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/bearssl_hash.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ void br_sha256_update(br_sha256_context *ctx, const void *data, size_t len);
724724
*/
725725
void br_sha256_out(const br_sha256_context *ctx, void *out);
726726

727-
#if BR_DOXYGEN_IGNORE
727+
#ifdef BR_DOXYGEN_IGNORE
728728
/**
729729
* \brief Save SHA-256 running state.
730730
*
@@ -742,7 +742,7 @@ uint64_t br_sha256_state(const br_sha256_context *ctx, void *out);
742742
#define br_sha256_state br_sha224_state
743743
#endif
744744

745-
#if BR_DOXYGEN_IGNORE
745+
#ifdef BR_DOXYGEN_IGNORE
746746
/**
747747
* \brief Restore SHA-256 running state.
748748
*

0 commit comments

Comments
 (0)