summaryrefslogtreecommitdiff
path: root/cipher/blowfish.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/blowfish.c
parent04bf238ac21fcc09d48940d8871832216c1b327f (diff)
downloadlibgcrypt-e2952f48b02182a55cc00ce2fecbe0fa619c762d.tar.gz
* random.c: Replaced mutex.h by the new ath.h. Changed all calls.
Diffstat (limited to 'cipher/blowfish.c')
-rw-r--r--cipher/blowfish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/blowfish.c b/cipher/blowfish.c
index 57c8ab9d..af4f4978 100644
--- a/cipher/blowfish.c
+++ b/cipher/blowfish.c
@@ -520,7 +520,7 @@ do_bf_setkey( BLOWFISH_context *c, byte *key, 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;