aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/gnunet-service-transport_validation.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/transport/gnunet-service-transport_validation.c b/src/transport/gnunet-service-transport_validation.c
index e61d1337d..49bfdd317 100644
--- a/src/transport/gnunet-service-transport_validation.c
+++ b/src/transport/gnunet-service-transport_validation.c
@@ -949,10 +949,6 @@ GST_validation_handle_ping (const struct GNUNET_PeerIdentity *sender,
949 } 949 }
950#endif 950#endif
951 951
952 GNUNET_assert (GNUNET_OK == GNUNET_CRYPTO_rsa_verify (GNUNET_SIGNATURE_PURPOSE_TRANSPORT_PONG_OWN,
953 &pong->purpose, &pong->signature,
954 &GST_my_public_key));
955
956 GNUNET_assert (sender_address != NULL); 952 GNUNET_assert (sender_address != NULL);
957 953
958 /* first see if the session we got this PING from can be used to transmit 954 /* first see if the session we got this PING from can be used to transmit