From 8556fe9ebd0c4f8e63577a43155ffede20607f41 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 Sep 2013 21:44:15 +0000 Subject: -getting regex to compile again (part of #3047) --- src/regex/plugin_block_regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/regex/plugin_block_regex.c') diff --git a/src/regex/plugin_block_regex.c b/src/regex/plugin_block_regex.c index 4dda893c9..0897641d5 100644 --- a/src/regex/plugin_block_regex.c +++ b/src/regex/plugin_block_regex.c @@ -189,7 +189,7 @@ evaluate_block_regex_accept (void *cls, enum GNUNET_BLOCK_Type type, GNUNET_CRYPTO_ecc_verify (GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT, &rba->purpose, &rba->signature, - &rba->public_key)) + &rba->peer.public_key)) { GNUNET_break_op(0); return GNUNET_BLOCK_EVALUATION_RESULT_INVALID; -- cgit v1.2.3