From: Bart Polot Date: Thu, 5 May 2011 19:03:00 +0000 (+0000) Subject: Fixed typo X-Git-Tag: initial-import-from-subversion-38251~18537 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=19966394513d403b506f0305d1c548567cfe30b1;p=oweals%2Fgnunet.git Fixed typo --- diff --git a/src/util/test_crypto_rsa.c b/src/util/test_crypto_rsa.c index cacaa78e9..396294a48 100644 --- a/src/util/test_crypto_rsa.c +++ b/src/util/test_crypto_rsa.c @@ -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);