Fixed typo
authorBart Polot <bart@net.in.tum.de>
Thu, 5 May 2011 19:03:00 +0000 (19:03 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 5 May 2011 19:03:00 +0000 (19:03 +0000)
src/util/test_crypto_rsa.c

index cacaa78e991526a8f6fc09980cebe03d5ed4681f..396294a480d4e7dd2ed447fba52e2677108ae0da 100644 (file)
@@ -180,7 +180,7 @@ testEncryptDecryptSK ()
           continue;
         }
     }
-  printf ("%d RSA encrypt/decrypt SK operations %llus (%d failures)\n",
+  printf ("%d RSA encrypt/decrypt SK operations %llums (%d failures)\n",
           ITER,
           (unsigned long long)
           GNUNET_TIME_absolute_get_duration (start).rel_value, ok);