aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-06-17 22:54:57 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-06-17 22:54:57 +0200
commitbfab805898f7eee30e88d8277c32eec559a50c47 (patch)
treeeed38cfe500e2144e0fa82f5dcdca00637e0f256
parente1101d5994803deb0549783fa6e7ab458af006b4 (diff)
downloadstrongswan-bfab805898f7eee30e88d8277c32eec559a50c47.tar.bz2
strongswan-bfab805898f7eee30e88d8277c32eec559a50c47.tar.xz
removed superfluous print argument
-rw-r--r--src/libstrongswan/crypto/crypto_tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/crypto_tester.c b/src/libstrongswan/crypto/crypto_tester.c
index 9e85fc8ac..b0b5aa969 100644
--- a/src/libstrongswan/crypto/crypto_tester.c
+++ b/src/libstrongswan/crypto/crypto_tester.c
@@ -248,7 +248,7 @@ static bool test_signer(private_crypto_tester_t *this,
enumerator->destroy(enumerator);
if (!tested)
{
- DBG1("%s %N: no test vectors found%s",
+ DBG1("%s %N: no test vectors found",
this->required ? "disabled" : "enabled ",
integrity_algorithm_names, alg);
return !this->required;