aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_rsa.c')
-rw-r--r--src/util/crypto_rsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c
index 5bea87793..f0d564790 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -1104,6 +1104,7 @@ GNUNET_CRYPTO_rsa_signature_encode (const struct
1104 s)); 1104 s));
1105 GNUNET_assert (rsize == buf_size); 1105 GNUNET_assert (rsize == buf_size);
1106 *buffer = (char *) buf; 1106 *buffer = (char *) buf;
1107 gcry_mpi_release (s);
1107 return buf_size; 1108 return buf_size;
1108} 1109}
1109 1110