aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-communicator-udp.c')
-rw-r--r--src/transport/gnunet-communicator-udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-communicator-udp.c b/src/transport/gnunet-communicator-udp.c
index 1542a7702..e0b14f669 100644
--- a/src/transport/gnunet-communicator-udp.c
+++ b/src/transport/gnunet-communicator-udp.c
@@ -1918,7 +1918,7 @@ mq_send (struct GNUNET_MQ_Handle *mq,
1918 struct SharedSecret *ss; 1918 struct SharedSecret *ss;
1919 1919
1920 /* setup key material */ 1920 /* setup key material */
1921 GNUNET_assert (GNUNET_OK == GNUNET_CRYPTO_ecdhe_key_create2 (&epriv)); 1921 GNUNET_CRYPTO_ecdhe_key_create (&epriv);
1922 1922
1923 ss = setup_shared_secret_enc (&epriv, receiver); 1923 ss = setup_shared_secret_enc (&epriv, receiver);
1924 setup_cipher (&ss->master, 0, &out_cipher); 1924 setup_cipher (&ss->master, 0, &out_cipher);