aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_regex.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-13 12:00:01 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-13 12:00:01 +0000
commita35c5a11d32bdd0bc24f64de36fbc6b0d0b20aae (patch)
treeb7768c5cb22e8a4f84d51cbd06dc04861fdb8510 /src/include/block_regex.h
parent95d42fdcb47eedcf2747614a22dacd676bc7faae (diff)
downloadgnunet-a35c5a11d32bdd0bc24f64de36fbc6b0d0b20aae.tar.gz
gnunet-a35c5a11d32bdd0bc24f64de36fbc6b0d0b20aae.zip
splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and another for encryption
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 5995f70a2..85d450212 100644
--- a/src/include/block_regex.h
+++ b/src/include/block_regex.h
@@ -67,7 +67,7 @@ struct RegexAcceptBlock
67 /** 67 /**
68 * Public key of the peer signing. 68 * Public key of the peer signing.
69 */ 69 */
70 struct GNUNET_CRYPTO_EccPublicKey public_key; 70 struct GNUNET_CRYPTO_EccPublicSignKey public_key;
71 71
72 /** 72 /**
73 * The signature. 73 * The signature.