summaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh-enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh-enc.c')
-rw-r--r--src/mesh/gnunet-service-mesh-enc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesh/gnunet-service-mesh-enc.c b/src/mesh/gnunet-service-mesh-enc.c
index 5cd6e71a3..3707fc028 100644
--- a/src/mesh/gnunet-service-mesh-enc.c
+++ b/src/mesh/gnunet-service-mesh-enc.c
@@ -584,12 +584,12 @@ struct MeshTunnel2
584 /** 584 /**
585 * Local peer ephemeral public key 585 * Local peer ephemeral public key
586 */ 586 */
587 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded *my_eph; 587 struct GNUNET_CRYPTO_EccPublicKey *my_eph;
588 588
589 /** 589 /**
590 * Remote peer's public key. 590 * Remote peer's public key.
591 */ 591 */
592 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded *peers_eph; 592 struct GNUNET_CRYPTO_EccPublicKey *peers_eph;
593 593
594 /** 594 /**
595 * Encryption ("our") key. 595 * Encryption ("our") key.
@@ -837,7 +837,7 @@ static struct GNUNET_CRYPTO_EccPrivateKey *my_private_key;
837/** 837/**
838 * Own public key. 838 * Own public key.
839 */ 839 */
840static struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded my_public_key; 840static struct GNUNET_CRYPTO_EccPublicKey my_public_key;
841 841
842/** 842/**
843 * All ports clients of this peer have opened. 843 * All ports clients of this peer have opened.