aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_regex.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-10 14:38:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-10 14:38:55 +0000
commit9351b1e9bdf2b067b6db06562c26ba658cff42b8 (patch)
tree68dc4ab447e7e8b6a20a706858cd36238c1c7c5f /src/include/block_regex.h
parent8beabcd96c0cf1e1873c0b5ff96e537f1beb0b34 (diff)
downloadgnunet-9351b1e9bdf2b067b6db06562c26ba658cff42b8.tar.gz
gnunet-9351b1e9bdf2b067b6db06562c26ba658cff42b8.zip
separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA
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