summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/DSA_set_method.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/DSA_set_method.pod')
-rw-r--r--src/lib/libcrypto/doc/DSA_set_method.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/doc/DSA_set_method.pod b/src/lib/libcrypto/doc/DSA_set_method.pod
index 5ad7362f58..707370adf7 100644
--- a/src/lib/libcrypto/doc/DSA_set_method.pod
+++ b/src/lib/libcrypto/doc/DSA_set_method.pod
@@ -103,8 +103,8 @@ B<DSA_METHOD>s.
103 103
104DSA_set_default_method() returns no value. 104DSA_set_default_method() returns no value.
105 105
106DSA_set_method() returns non-zero if the provided B<meth> was successfully set as 106DSA_set_method() returns non-zero if the provided B<meth> was successfully set
107the method for B<dsa> (including unloading the ENGINE handle if the previous 107as the method for B<dsa> (including unloading the ENGINE handle if the previous
108method was supplied by an ENGINE). 108method was supplied by an ENGINE).
109 109
110DSA_new_method() returns NULL and sets an error code that can be 110DSA_new_method() returns NULL and sets an error code that can be
@@ -117,8 +117,8 @@ As of version 0.9.7, DSA_METHOD implementations are grouped together with other
117algorithmic APIs (eg. RSA_METHOD, EVP_CIPHER, etc) in B<ENGINE> modules. If a 117algorithmic APIs (eg. RSA_METHOD, EVP_CIPHER, etc) in B<ENGINE> modules. If a
118default ENGINE is specified for DSA functionality using an ENGINE API function, 118default ENGINE is specified for DSA functionality using an ENGINE API function,
119that will override any DSA defaults set using the DSA API (ie. 119that will override any DSA defaults set using the DSA API (ie.
120DSA_set_default_method()). For this reason, the ENGINE API is the recommended way 120DSA_set_default_method()). For this reason, the ENGINE API is the recommended
121to control default implementations for use in DSA and other cryptographic 121way to control default implementations for use in DSA and other cryptographic
122algorithms. 122algorithms.
123 123
124=head1 SEE ALSO 124=head1 SEE ALSO