mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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));
|
assert (get_parameter (para, pKEYTYPE));
|
||||||
|
|
||||||
/* We can only use RSA for now. There is a with pkcs-10 on how to
|
/* 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. */
|
be used for signing. */
|
||||||
i = get_parameter_algo (para, pKEYTYPE);
|
i = get_parameter_algo (para, pKEYTYPE);
|
||||||
if (i < 1 || i != GCRY_PK_RSA )
|
if (i < 1 || i != GCRY_PK_RSA )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user