summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/d2i_DSAPublicKey.pod
diff options
context:
space:
mode:
authorsobrado <>2015-09-22 08:08:07 +0000
committersobrado <>2015-09-22 08:08:07 +0000
commit7746c18fb3482ba8d6fd1f9508801722028094b1 (patch)
tree44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/d2i_DSAPublicKey.pod
parentb15d8c593eec3a6437fc962608396fa0c9fe134b (diff)
downloadopenbsd-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.pod2
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
68B<INTEGER>. If B<write_params> is 1 then a B<SEQUENCE> consisting of the 68B<INTEGER>. If B<write_params> is 1 then a B<SEQUENCE> consisting of the
69B<p>, B<q>, B<g> and B<pub_key> respectively fields are encoded. 69B<p>, B<q>, B<g> and B<pub_key> respectively fields are encoded.
70 70
71The B<DSAPrivateKey> functions also use a non standard structure consiting 71The B<DSAPrivateKey> functions also use a non standard structure consisting
72consisting of a SEQUENCE containing the B<p>, B<q>, B<g> and B<pub_key> and 72consisting of a SEQUENCE containing the B<p>, B<q>, B<g> and B<pub_key> and
73B<priv_key> fields respectively. 73B<priv_key> fields respectively.
74 74