aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-13 07:44:31 +0000
committerChristian Grothoff <christian@grothoff.org>2016-10-13 07:44:31 +0000
commit9df183774b9b2b4cef897cb4f66240bb8c2198ec (patch)
tree8fa66ca66cd0b803cef007d9ff1f17f268f49f62 /src/util/test_crypto_rsa.c
parent4c38f15697b338a770b3d1d499b45b2f009d6bf5 (diff)
downloadgnunet-9df183774b9b2b4cef897cb4f66240bb8c2198ec.tar.gz
gnunet-9df183774b9b2b4cef897cb4f66240bb8c2198ec.zip
fix build for Taler wallet
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);