diff options
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 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. | |||
56 | The B<DSA> structure passed to the private key encoding functions should have | 56 | The B<DSA> structure passed to the private key encoding functions should have |
57 | all the private key components present. | 57 | all the private key components present. |
58 | 58 | ||
59 | The data encoded by the private key functions is unencrypted and therefore | 59 | The data encoded by the private key functions is unencrypted and therefore |
60 | offers no private key security. | 60 | offers no private key security. |
61 | 61 | ||
62 | The B<DSA_PUBKEY> functions should be used in preference to the B<DSAPublicKey> | 62 | The B<DSA_PUBKEY> functions should be used in preference to the B<DSAPublicKey> |