aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 17:03:46 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 17:03:46 +0200
commit344f593bb2065647f24fa2f85a0e7328acb33b07 (patch)
tree3f84bf0f6bc2cea51a3795a50458c53f7fbe9279
parentb48e77525e3a3c3d35228161cd6b30fc811ef5a9 (diff)
downloadgnunet-344f593bb2065647f24fa2f85a0e7328acb33b07.tar.gz
gnunet-344f593bb2065647f24fa2f85a0e7328acb33b07.zip
-more fix conversation
-rw-r--r--src/conversation/conversation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h
index ed614ab1b..5e6f82fff 100644
--- a/src/conversation/conversation.h
+++ b/src/conversation/conversation.h
@@ -105,7 +105,7 @@ struct ClientPhoneRingMessage
105 /** 105 /**
106 * Who is calling us? 106 * Who is calling us?
107 */ 107 */
108 struct GNUNET_CRYPTO_EcdsaPublicKey caller_id; 108 struct GNUNET_IDENTITY_PublicKey caller_id;
109}; 109};
110 110
111 111
@@ -230,7 +230,7 @@ struct ClientCallMessage
230 /** 230 /**
231 * Identity of the caller. 231 * Identity of the caller.
232 */ 232 */
233 struct GNUNET_CRYPTO_EcdsaPrivateKey caller_id; 233 struct GNUNET_IDENTITY_PrivateKey caller_id;
234}; 234};
235 235
236 236
@@ -301,7 +301,7 @@ struct CadetPhoneRingMessage
301 /** 301 /**
302 * Who is calling us? (also who is signing). 302 * Who is calling us? (also who is signing).
303 */ 303 */
304 struct GNUNET_CRYPTO_EcdsaPublicKey caller_id; 304 struct GNUNET_IDENTITY_PublicKey caller_id;
305 305
306 /** 306 /**
307 * When does the signature expire? 307 * When does the signature expire?