From 19966394513d403b506f0305d1c548567cfe30b1 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 5 May 2011 19:03:00 +0000 Subject: [PATCH] Fixed typo --- src/util/test_crypto_rsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.25.1