mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
typo fix
This commit is contained in:
parent
7d486a0969
commit
18b6a60cb8
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user