aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-10-25 13:41:14 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2024-10-25 13:41:14 +0200
commitc9ca6c9b683c947cfb98bd8bab629209a24539cd (patch)
treeccf11e0def753b8a6a2fa826dabd89884aea8040
parentda2eae04faace9f553c3a3ade144da0b0758e300 (diff)
downloadgnunet-c9ca6c9b683c947cfb98bd8bab629209a24539cd.tar.gz
gnunet-c9ca6c9b683c947cfb98bd8bab629209a24539cd.zip
util: Remove incorrect comment from oder code revision. Fixes #9300
-rw-r--r--src/lib/util/crypto_elligator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util/crypto_elligator.c b/src/lib/util/crypto_elligator.c
index 0e9a6ab8b..01da032d5 100644
--- a/src/lib/util/crypto_elligator.c
+++ b/src/lib/util/crypto_elligator.c
@@ -631,7 +631,6 @@ GNUNET_CRYPTO_ecdhe_elligator_key_get_public_norand (
631 struct GNUNET_CRYPTO_ElligatorRepresentative *repr) 631 struct GNUNET_CRYPTO_ElligatorRepresentative *repr)
632{ 632{
633 struct GNUNET_CRYPTO_EcdhePublicKey pub = {0}; 633 struct GNUNET_CRYPTO_EcdhePublicKey pub = {0};
634 // Continue if generate_public_key fails
635 if (GNUNET_SYSERR == 634 if (GNUNET_SYSERR ==
636 elligator_generate_public_key (sk, &pub)) 635 elligator_generate_public_key (sk, &pub))
637 return GNUNET_SYSERR; 636 return GNUNET_SYSERR;