summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_PKEY-DSA.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man7/EVP_PKEY-DSA.pod')
-rw-r--r--doc/man7/EVP_PKEY-DSA.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/EVP_PKEY-DSA.pod b/doc/man7/EVP_PKEY-DSA.pod
index 680717b140..8af9e4772f 100644
--- a/doc/man7/EVP_PKEY-DSA.pod
+++ b/doc/man7/EVP_PKEY-DSA.pod
@@ -35,7 +35,7 @@ An B<EVP_PKEY> context can be obtained by calling:
EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_from_name(NULL, "DSA", NULL);
-An B<DH> domain parameters key can be generated by calling:
+A B<DSA> domain parameters can be generated by calling:
unsigned int pbits = 2048;
unsigned int qbits = 256;
@@ -59,7 +59,7 @@ An B<DH> domain parameters key can be generated by calling:
EVP_PKEY_print_params(bio_out, param_key, 0, NULL);
-An B<DSA> key can be generated using domain parameters by calling:
+A B<DSA> key can be generated using domain parameters by calling:
EVP_PKEY *key = NULL;
EVP_PKEY_CTX *gctx = NULL;