projects
/
BearSSL
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1bb535
)
Normalize use of BR_DOXYGEN_IGNORE.
author
Thomas Pornin
<thomas.pornin@nccgroup.com>
Sat, 23 Mar 2019 21:38:05 +0000
(17:38 -0400)
committer
Thomas Pornin
<thomas.pornin@nccgroup.com>
Sat, 23 Mar 2019 21:38:05 +0000
(17:38 -0400)
inc/bearssl_hash.h
patch
|
blob
|
history
diff --git
a/inc/bearssl_hash.h
b/inc/bearssl_hash.h
index
3b15ba7
..
ca4fa26
100644
(file)
--- a/
inc/bearssl_hash.h
+++ b/
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
+#if
def
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
+#if
def
BR_DOXYGEN_IGNORE
/**
* \brief Restore SHA-256 running state.
*