From 4e59b8e69f79ded079430e73f7ee023dd26f7c0f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Dec 2019 15:06:54 +0100 Subject: fix libgnunetpq for RSA encoding --- src/util/crypto_rsa.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util/crypto_rsa.c') diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c index 2ac4fcf8a..5bea87793 100644 --- a/src/util/crypto_rsa.c +++ b/src/util/crypto_rsa.c @@ -356,7 +356,6 @@ GNUNET_CRYPTO_rsa_public_key_encode (const struct struct GNUNET_CRYPTO_RsaPublicKeyHeaderP hdr; int ret; -/* SEE #5398 / #5968 */ ret = key_from_sexp (ne, key->sexp, "public-key", "ne"); if (0 != ret) ret = key_from_sexp (ne, key->sexp, "rsa", "ne"); @@ -366,7 +365,6 @@ GNUNET_CRYPTO_rsa_public_key_encode (const struct *buffer = NULL; return 0; } - gcry_mpi_print (GCRYMPI_FMT_USG, NULL, 0, -- cgit v1.2.3