diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/doc/d2i_DSAPublicKey.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/d2i_DSAPublicKey.pod b/src/lib/libcrypto/doc/d2i_DSAPublicKey.pod index eeb96c485f..10c49e3ad2 100644 --- a/src/lib/libcrypto/doc/d2i_DSAPublicKey.pod +++ b/src/lib/libcrypto/doc/d2i_DSAPublicKey.pod | |||
@@ -68,7 +68,7 @@ If B<write_params> is zero then only the B<pub_key> field is encoded as an | |||
68 | B<INTEGER>. If B<write_params> is 1 then a B<SEQUENCE> consisting of the | 68 | B<INTEGER>. If B<write_params> is 1 then a B<SEQUENCE> consisting of the |
69 | B<p>, B<q>, B<g> and B<pub_key> respectively fields are encoded. | 69 | B<p>, B<q>, B<g> and B<pub_key> respectively fields are encoded. |
70 | 70 | ||
71 | The B<DSAPrivateKey> functions also use a non standard structure consiting | 71 | The B<DSAPrivateKey> functions also use a non standard structure consisting |
72 | consisting of a SEQUENCE containing the B<p>, B<q>, B<g> and B<pub_key> and | 72 | consisting of a SEQUENCE containing the B<p>, B<q>, B<g> and B<pub_key> and |
73 | B<priv_key> fields respectively. | 73 | B<priv_key> fields respectively. |
74 | 74 | ||