aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_dns.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_dns.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_dns.h')
-rw-r--r--src/include/block_dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/block_dns.h b/src/include/block_dns.h
index 650b3bc14..9bfaac1c6 100644
--- a/src/include/block_dns.h
+++ b/src/include/block_dns.h
@@ -37,7 +37,7 @@ struct GNUNET_DNS_Advertisement
37 /** 37 /**
38 * Signature of the peer affirming that he is offering the service. 38 * Signature of the peer affirming that he is offering the service.
39 */ 39 */
40 struct GNUNET_CRYPTO_EccSignature signature; 40 struct GNUNET_CRYPTO_EddsaSignature signature;
41 41
42 /** 42 /**
43 * Beginning of signed portion of the record, signs everything until 43 * Beginning of signed portion of the record, signs everything until