This commit is contained in:
Werner Koch 2004-04-29 17:26:14 +00:00
parent 7d486a0969
commit 18b6a60cb8
1 changed files with 1 additions and 1 deletions

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 )