summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/d2i_DSAPublicKey.3')
-rw-r--r--secure/lib/libcrypto/man/d2i_DSAPublicKey.311
1 files changed, 6 insertions, 5 deletions
diff --git a/secure/lib/libcrypto/man/d2i_DSAPublicKey.3 b/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
index d4a7753..912fff1 100644
--- a/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
+++ b/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
@@ -1,5 +1,5 @@
.\" Automatically generated by Pod::Man version 1.15
-.\" Wed Feb 19 16:43:02 2003
+.\" Wed Mar 17 09:38:41 2004
.\"
.\" Standard preamble:
.\" ======================================================================
@@ -138,7 +138,7 @@
.\" ======================================================================
.\"
.IX Title "d2i_DSAPublicKey 3"
-.TH d2i_DSAPublicKey 3 "0.9.7a" "2003-02-19" "OpenSSL"
+.TH d2i_DSAPublicKey 3 "0.9.7d" "2004-03-17" "OpenSSL"
.UC
.SH "NAME"
d2i_DSAPublicKey, i2d_DSAPublicKey, d2i_DSAPrivateKey, i2d_DSAPrivateKey,
@@ -146,8 +146,9 @@ d2i_DSA_PUBKEY, i2d_DSA_PUBKEY, d2i_DSA_SIG, i2d_DSA_SIG \- \s-1DSA\s0 key encod
and parsing functions.
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
-.Vb 1
+.Vb 2
\& #include <openssl/dsa.h>
+\& #include <openssl/x509.h>
.Ve
.Vb 1
\& DSA * d2i_DSAPublicKey(DSA **a, const unsigned char **pp, long length);
@@ -184,8 +185,8 @@ and parsing functions.
\&\fId2i_DSAPublicKey()\fR and \fIi2d_DSAPublicKey()\fR decode and encode the \s-1DSA\s0 public key
components structure.
.PP
-\&\fId2i_DSA_PUKEY()\fR and \fIi2d_DSA_PUKEY()\fR decode and encode an \s-1DSA\s0 public key using a
-SubjectPublicKeyInfo (certificate public key) structure.
+\&\fId2i_DSA_PUBKEY()\fR and \fIi2d_DSA_PUBKEY()\fR decode and encode an \s-1DSA\s0 public key using
+a SubjectPublicKeyInfo (certificate public key) structure.
.PP
\&\fId2i_DSAPrivateKey()\fR, \fIi2d_DSAPrivateKey()\fR decode and encode the \s-1DSA\s0 private key
components.
OpenPOWER on IntegriCloud