1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-07 23:27:48 +02:00
This commit is contained in:
Werner Koch 2004-04-29 17:26:14 +00:00
parent 7d486a0969
commit 18b6a60cb8

View File

@ -432,7 +432,7 @@ proc_parameters (ctrl_t ctrl,
assert (get_parameter (para, pKEYTYPE));
/* We can only use RSA for now. There is a with pkcs-10 on how to
use ElGamal becuase it is expected that a PK algorithm can always
use ElGamal because it is expected that a PK algorithm can always
be used for signing. */
i = get_parameter_algo (para, pKEYTYPE);
if (i < 1 || i != GCRY_PK_RSA )