aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-07-17 16:36:01 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-07-17 16:36:01 +0200
commit521aa00fb185fedfa6f3833102f44513e3f39f1f (patch)
tree18d5ab05ed7c5e22bb6471811448bfef2ceca996 /src
parent848133ff1c6e42f2277a93df2234a161191b5547 (diff)
downloadstrongswan-521aa00fb185fedfa6f3833102f44513e3f39f1f.tar.bz2
strongswan-521aa00fb185fedfa6f3833102f44513e3f39f1f.tar.xz
shortened cypto test output
Diffstat (limited to 'src')
-rw-r--r--src/libstrongswan/crypto/crypto_tester.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libstrongswan/crypto/crypto_tester.c b/src/libstrongswan/crypto/crypto_tester.c
index b0b5aa969..d4e0b0802 100644
--- a/src/libstrongswan/crypto/crypto_tester.c
+++ b/src/libstrongswan/crypto/crypto_tester.c
@@ -151,7 +151,7 @@ static bool test_crypter(private_crypto_tester_t *this,
}
if (!failed)
{
- DBG1("enabled %N: successfully passed %d test vectors",
+ DBG1("enabled %N: passed %d test vectors",
encryption_algorithm_names, alg, tested);
}
return !failed;
@@ -255,7 +255,7 @@ static bool test_signer(private_crypto_tester_t *this,
}
if (!failed)
{
- DBG1("enabled %N: successfully passed %d test vectors",
+ DBG1("enabled %N: passed %d test vectors",
integrity_algorithm_names, alg, tested);
}
return !failed;
@@ -345,7 +345,7 @@ static bool test_hasher(private_crypto_tester_t *this, hash_algorithm_t alg,
}
if (!failed)
{
- DBG1("enabled %N: successfully passed %d test vectors",
+ DBG1("enabled %N: passed %d test vectors",
hash_algorithm_names, alg, tested);
}
return !failed;
@@ -446,7 +446,7 @@ static bool test_prf(private_crypto_tester_t *this,
}
if (!failed)
{
- DBG1("enabled %N: successfully passed %d test vectors",
+ DBG1("enabled %N: passed %d test vectors",
pseudo_random_function_names, alg, tested);
}
return !failed;
@@ -530,7 +530,7 @@ static bool test_rng(private_crypto_tester_t *this, rng_quality_t quality,
}
if (!failed)
{
- DBG1("enabled %N: successfully passed %d test vectors",
+ DBG1("enabled %N: passed %d test vectors",
rng_quality_names, quality, tested);
}
return !failed;