diff options
| author | sobrado <> | 2015-09-22 08:08:07 +0000 |
|---|---|---|
| committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
| commit | 7746c18fb3482ba8d6fd1f9508801722028094b1 (patch) | |
| tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/d2i_DSAPublicKey.pod | |
| parent | b15d8c593eec3a6437fc962608396fa0c9fe134b (diff) | |
| download | openbsd-libressl-v2.3.0.tar.gz openbsd-libressl-v2.3.0.tar.bz2 openbsd-libressl-v2.3.0.zip | |
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/d2i_DSAPublicKey.pod')
| -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 | ||
