Fix perf_crypto_rsa.c after various changes
[oweals/gnunet.git] / src / util / test_crypto_ecdsa.c
index bf5fcf571c130cfd3a0f983b6284b82a5a50650c..4e0baf09ff73cffe735c9e8afd04c383441c4e2d 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2002-2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2002-2013 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -14,8 +14,8 @@
 
      You should have received a copy of the GNU General Public License
      along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-     Boston, MA 02111-1307, USA.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 
 */
 /**
@@ -30,7 +30,7 @@
 
 #define ITER 25
 
-#define PERF GNUNET_NO
+#define PERF GNUNET_YES
 
 
 static struct GNUNET_CRYPTO_EcdsaPrivateKey *key;