summaryrefslogtreecommitdiff
path: root/cipher/twofish.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-09-17 12:38:22 +0000
committerWerner Koch <wk@gnupg.org>2002-09-17 12:38:22 +0000
commite2952f48b02182a55cc00ce2fecbe0fa619c762d (patch)
tree3b4801ed13ff40ab3a011e063a66f3e6edc5a254 /cipher/twofish.c
parent04bf238ac21fcc09d48940d8871832216c1b327f (diff)
downloadlibgcrypt-e2952f48b02182a55cc00ce2fecbe0fa619c762d.tar.gz
* random.c: Replaced mutex.h by the new ath.h. Changed all calls.
Diffstat (limited to 'cipher/twofish.c')
-rw-r--r--cipher/twofish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/twofish.c b/cipher/twofish.c
index 8cb8c8cf..4898b4ba 100644
--- a/cipher/twofish.c
+++ b/cipher/twofish.c
@@ -604,7 +604,7 @@ do_twofish_setkey (TWOFISH_context *ctx, const byte *key, const unsigned keylen)
initialized = 1;
selftest_failed = selftest ();
if( selftest_failed )
- fprintf(stderr, "%s\n", selftest_failed );
+ log_error("%s\n", selftest_failed );
}
if( selftest_failed )
return GCRYERR_SELFTEST;