aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_block_lib.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-26 12:16:38 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-26 12:16:38 +0000
commit7c7ab1f51ee370790f279573643319c754ba67f4 (patch)
tree15852f1f9582c6df771b9a5c4eb1d6244d1c8826 /src/regex/regex_block_lib.c
parent248fc3245a98731cf6fbb1bf460cd4e2e2d56de8 (diff)
-renaming symbols of the block library to use the REGEX_BLOCK_ prefix and not the REGEX_INTERNAL_ prefix
Diffstat (limited to 'src/regex/regex_block_lib.c')
-rw-r--r--src/regex/regex_block_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/regex_block_lib.c b/src/regex/regex_block_lib.c
index 83b61b7c62..bd3ec96792 100644
--- a/src/regex/regex_block_lib.c
+++ b/src/regex/regex_block_lib.c
@@ -39,7 +39,7 @@
* @return GNUNET_OK if the proof is valid for the given key.
*/
int
-REGEX_INTERNAL_check_proof (const char *proof,
+REGEX_BLOCK_check_proof (const char *proof,
size_t proof_len,
const struct GNUNET_HashCode *key)
{
@@ -140,7 +140,7 @@ REGEX_BLOCK_check (const struct RegexBlock *block,
GNUNET_break_op (0);
return GNUNET_SYSERR;
}
- if (GNUNET_OK != REGEX_INTERNAL_check_proof ((const char *) &block[1], len, &block->key))
+ if (GNUNET_OK != REGEX_BLOCK_check_proof ((const char *) &block[1], len, &block->key))
{
GNUNET_break_op (0);
return GNUNET_SYSERR;