diff options
Diffstat (limited to 'src/certtool.c')
-rw-r--r-- | src/certtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/certtool.c b/src/certtool.c index cf831d3dc8..acdc8d74ec 100644 --- a/src/certtool.c +++ b/src/certtool.c @@ -319,7 +319,7 @@ cipher_to_flags (const char *cipher) return GNUTLS_PKCS_USE_PKCS12_RC2_40; } - error (EXIT_FAILURE, 0, "Unknown cipher %s\n", cipher); + error (EXIT_FAILURE, 0, "unknown cipher %s\n", cipher); return -1; } |