1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-03 22:48:03 +02:00

doc: Typo fix in comment

--
This commit is contained in:
Werner Koch 2022-04-08 16:07:22 +02:00
parent ca3e46a587
commit 198fad9fc1
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -2226,7 +2226,7 @@ build_rsa_key_sequence (gcry_mpi_t *kparms, int mode, size_t *r_length)
* For details see RFC-5480 and RFC-5915 (ECparameters are not created). * For details see RFC-5480 and RFC-5915 (ECparameters are not created).
* *
* KPARMS[0] := Opaque MPI with the curve name as dotted-decimal string. * KPARMS[0] := Opaque MPI with the curve name as dotted-decimal string.
* KPARMS[1] := Opaque MPI with the pgublic key (q) * KPARMS[1] := Opaque MPI with the public key (q)
* KPARMS[2] := Opaque MPI with the private key (d) * KPARMS[2] := Opaque MPI with the private key (d)
* MODE controls what is being generated: * MODE controls what is being generated:
* 0 - As described above * 0 - As described above