aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/block_regex.h')
-rw-r--r--src/include/block_regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/block_regex.h b/src/include/block_regex.h
index 77f778c95..326183d56 100644
--- a/src/include/block_regex.h
+++ b/src/include/block_regex.h
@@ -72,7 +72,7 @@ struct RegexAcceptBlock
72 /** 72 /**
73 * The signature. 73 * The signature.
74 */ 74 */
75 struct GNUNET_CRYPTO_EccSignature signature; 75 struct GNUNET_CRYPTO_EddsaSignature signature;
76}; 76};
77 77
78 78