aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_crypto_rsa.c')
-rw-r--r--src/util/test_crypto_rsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_crypto_rsa.c b/src/util/test_crypto_rsa.c
index 489dc2cf1..c64c0acf9 100644
--- a/src/util/test_crypto_rsa.c
+++ b/src/util/test_crypto_rsa.c
@@ -11,7 +11,7 @@
11 A PARTICULAR PURPOSE. See the GNU General Public License for more details. 11 A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12 12
13 You should have received a copy of the GNU General Public License along with 13 You should have received a copy of the GNU General Public License along with
14 TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> 14 GNUnet; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
15*/ 15*/
16 16
17/** 17/**
@@ -112,7 +112,7 @@ main (int argc,
112 pub); 112 pub);
113 GNUNET_CRYPTO_rsa_signature_free (bsig); 113 GNUNET_CRYPTO_rsa_signature_free (bsig);
114 GNUNET_assert (GNUNET_OK == 114 GNUNET_assert (GNUNET_OK ==
115 GNUNET_CRYPTO_rsa_verify (&hash, sig, pub)); 115 GNUNET_CRYPTO_rsa_verify (&hash, sig, pub));
116 GNUNET_CRYPTO_rsa_signature_free (sig); 116 GNUNET_CRYPTO_rsa_signature_free (sig);
117 GNUNET_CRYPTO_rsa_signature_free (sig_copy); 117 GNUNET_CRYPTO_rsa_signature_free (sig_copy);
118 GNUNET_CRYPTO_rsa_private_key_free (priv); 118 GNUNET_CRYPTO_rsa_private_key_free (priv);