diff options
author | Werner Koch <[email protected]> | 2005-06-03 13:57:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-06-03 13:57:24 +0000 |
commit | f1dac8851d02a0cb63fc7379ee74692856d0cf39 (patch) | |
tree | 79a731b1da742fe64ab4ee7fbca09f439954c032 /scd/app-openpgp.c | |
parent | Add stuff from gnulib. (diff) | |
download | gnupg-f1dac8851d02a0cb63fc7379ee74692856d0cf39.tar.gz gnupg-f1dac8851d02a0cb63fc7379ee74692856d0cf39.zip |
* command.c (cmd_updatestartuptty): New.
* gpg-agent.c: New option --write-env-file.
* gpg-agent.c (handle_connections): Make sure that the signals we
are handling are not blocked.Block signals while creating new
threads.
* estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H!
(es_func_fd_read, es_func_fd_write): Protect against EINTR.
* gpg-agent.texi (Agent UPDATESTARTUPTTY): New.
* scdaemon.c (handle_connections): Make sure that the signals we
are handling are not blocked.Block signals while creating new
threads.
(handle_connections): Include the file descriptor into the name of
the thread.
Diffstat (limited to 'scd/app-openpgp.c')
-rw-r--r-- | scd/app-openpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index 14483869b..1ff096138 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -1745,7 +1745,7 @@ do_writekey (app_t app, ctrl_t ctrl, nbits = rsa_e? count_bits (rsa_e, rsa_e_len) : 0; if (nbits < 2 || nbits > 32) { - log_error (_("RSA public exponent missing or largerr than %d bits\n"), + log_error (_("RSA public exponent missing or larger than %d bits\n"), 32); err = gpg_error (GPG_ERR_BAD_SECKEY); goto leave; |