aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-10 17:09:45 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-10 17:09:45 +0000
commit5d7d01298cfcde6516cecac01f6bfff31bc20461 (patch)
treeb755a0535a68d3f2f1df4ad266e256954abe2472 /src/conversation/conversation.h
parent42c354283221489bf52e0ab4fcc6617e0d691934 (diff)
downloadgnunet-5d7d01298cfcde6516cecac01f6bfff31bc20461.tar.gz
gnunet-5d7d01298cfcde6516cecac01f6bfff31bc20461.zip
-fix eddsa api migration
Diffstat (limited to 'src/conversation/conversation.h')
-rw-r--r--src/conversation/conversation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h
index 4b42277a5..e2316984a 100644
--- a/src/conversation/conversation.h
+++ b/src/conversation/conversation.h
@@ -89,7 +89,7 @@ struct ClientPhoneRingMessage
89 /** 89 /**
90 * Who is calling us? 90 * Who is calling us?
91 */ 91 */
92 struct GNUNET_CRYPTO_EccPublicSignKey caller_id; 92 struct GNUNET_CRYPTO_EcdsaPublicKey caller_id;
93 93
94}; 94};
95 95
@@ -176,7 +176,7 @@ struct ClientCallMessage
176 /** 176 /**
177 * Identity of the caller. 177 * Identity of the caller.
178 */ 178 */
179 struct GNUNET_CRYPTO_EccPrivateKey caller_id; 179 struct GNUNET_CRYPTO_EcdsaPrivateKey caller_id;
180}; 180};
181 181
182 182
@@ -219,7 +219,7 @@ struct MeshPhoneRingMessage
219 /** 219 /**
220 * Who is calling us? (also who is signing). 220 * Who is calling us? (also who is signing).
221 */ 221 */
222 struct GNUNET_CRYPTO_EccPublicSignKey caller_id; 222 struct GNUNET_CRYPTO_EcdsaPublicKey caller_id;
223 223
224 /** 224 /**
225 * Who are we calling? 225 * Who are we calling?
@@ -239,7 +239,7 @@ struct MeshPhoneRingMessage
239 /** 239 /**
240 * Signature on the above. 240 * Signature on the above.
241 */ 241 */
242 struct GNUNET_CRYPTO_EccSignature signature; 242 struct GNUNET_CRYPTO_EcdsaSignature signature;
243 243
244 /** 244 /**
245 * Source line for audio data in the other direction. 245 * Source line for audio data in the other direction.