summaryrefslogtreecommitdiff
path: root/cipher/md.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-08-27 10:10:47 +0000
committerWerner Koch <wk@gnupg.org>2008-08-27 10:10:47 +0000
commitb7725f9968d8fb623c7c4d37c55714942643bfcb (patch)
treeb1f3435ceae1fc28e4f984fbe8555558f6d0a61a /cipher/md.c
parentd1e87a8bf19a041e3fe6144213b081f6374ba06b (diff)
downloadlibgcrypt-b7725f9968d8fb623c7c4d37c55714942643bfcb.tar.gz
Allow getting out of the FIPS error state by running a self-test.
Diffstat (limited to 'cipher/md.c')
-rw-r--r--cipher/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/md.c b/cipher/md.c
index 7ca4a214..46f20e4d 100644
--- a/cipher/md.c
+++ b/cipher/md.c
@@ -1011,7 +1011,7 @@ md_get_algo (gcry_md_hd_t a)
if (r && r->next)
{
fips_signal_error ("possible usage error");
- log_error ("WARNING: more than algorithm in md_get_algo()\n");
+ log_error ("WARNING: more than one algorithm in md_get_algo()\n");
}
return r ? r->module->mod_id : 0;
}