aboutsummaryrefslogtreecommitdiff
path: root/contrib/bearssl/inc/bearssl_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bearssl/inc/bearssl_hash.h')
-rw-r--r--contrib/bearssl/inc/bearssl_hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bearssl/inc/bearssl_hash.h b/contrib/bearssl/inc/bearssl_hash.h
index 3b15ba7ca487..ca4fa26cc4aa 100644
--- a/contrib/bearssl/inc/bearssl_hash.h
+++ b/contrib/bearssl/inc/bearssl_hash.h
@@ -724,7 +724,7 @@ void br_sha256_update(br_sha256_context *ctx, const void *data, size_t len);
*/
void br_sha256_out(const br_sha256_context *ctx, void *out);
-#if BR_DOXYGEN_IGNORE
+#ifdef BR_DOXYGEN_IGNORE
/**
* \brief Save SHA-256 running state.
*
@@ -742,7 +742,7 @@ uint64_t br_sha256_state(const br_sha256_context *ctx, void *out);
#define br_sha256_state br_sha224_state
#endif
-#if BR_DOXYGEN_IGNORE
+#ifdef BR_DOXYGEN_IGNORE
/**
* \brief Restore SHA-256 running state.
*