tolerate additional IPv4 address now available for gnunet.org
[oweals/gnunet.git] / src / util / crypto_rsa.c
index 26c33d5f37138ff7a33d34e1e85393f16f2f2802..8cb0fe6c687e8e1be3f3af31992d30e83705aa12 100644 (file)
@@ -14,6 +14,8 @@
  
   You should have received a copy of the GNU Affero General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+     SPDX-License-Identifier: AGPL3.0-or-later
 */
 
 /**
@@ -785,10 +787,11 @@ GNUNET_CRYPTO_rsa_blind (const struct GNUNET_HashCode *hash,
 
   *buf_size = numeric_mpi_alloc_n_print (data_r_e, buf);
   gcry_mpi_release (data_r_e);
-  return GNUNET_YES;
 
   BENCHMARK_END (rsa_blind);
 
+  return GNUNET_YES;
+
 rsa_gcd_validate_failure:
   /* We know the RSA key is malicious here, so warn the wallet. */
   /* GNUNET_break_op (0); */