summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/d2i_DSAPublicKey.pod
diff options
context:
space:
mode:
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 22c1b50f22..c80e311d04 100644
--- a/src/lib/libcrypto/doc/d2i_DSAPublicKey.pod
+++ b/src/lib/libcrypto/doc/d2i_DSAPublicKey.pod
@@ -56,7 +56,7 @@ i2d_X509() described in the L<d2i_X509(3)|d2i_X509(3)> manual page.
56The B<DSA> structure passed to the private key encoding functions should have 56The B<DSA> structure passed to the private key encoding functions should have
57all the private key components present. 57all the private key components present.
58 58
59The data encoded by the private key functions is unencrypted and therefore 59The data encoded by the private key functions is unencrypted and therefore
60offers no private key security. 60offers no private key security.
61 61
62The B<DSA_PUBKEY> functions should be used in preference to the B<DSAPublicKey> 62The B<DSA_PUBKEY> functions should be used in preference to the B<DSAPublicKey>