aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_regex.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 21:44:15 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 21:44:15 +0000
commit8556fe9ebd0c4f8e63577a43155ffede20607f41 (patch)
tree478b9b9339338ad1b961f028dcbd8df491685193 /src/include/block_regex.h
parent5f4c71b95681eee889deeb83449a514955a69153 (diff)
downloadgnunet-8556fe9ebd0c4f8e63577a43155ffede20607f41.tar.gz
gnunet-8556fe9ebd0c4f8e63577a43155ffede20607f41.zip
-getting regex to compile again (part of #3047)
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 85d450212..8e43c2377 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_EccPublicSignKey public_key; 70 struct GNUNET_PeerIdentity peer;
71 71
72 /** 72 /**
73 * The signature. 73 * The signature.