diff options
author | jim <> | 2014-05-04 22:26:33 +0000 |
---|---|---|
committer | jim <> | 2014-05-04 22:26:33 +0000 |
commit | cc8925bff081ec36ac69be8b3681bff98f5d07da (patch) | |
tree | c61ab0faf9a25b5fa4c1daeb8248a7e8deff66d2 /src/lib/libcrypto/doc/DSA_set_method.pod | |
parent | e591b58894a6d621ba00c14da39becb1a0d16335 (diff) | |
download | openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.tar.gz openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.tar.bz2 openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.zip |
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/DSA_set_method.pod')
-rw-r--r-- | src/lib/libcrypto/doc/DSA_set_method.pod | 8 |
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 | ||
104 | DSA_set_default_method() returns no value. | 104 | DSA_set_default_method() returns no value. |
105 | 105 | ||
106 | DSA_set_method() returns non-zero if the provided B<meth> was successfully set as | 106 | DSA_set_method() returns non-zero if the provided B<meth> was successfully set |
107 | the method for B<dsa> (including unloading the ENGINE handle if the previous | 107 | as the method for B<dsa> (including unloading the ENGINE handle if the previous |
108 | method was supplied by an ENGINE). | 108 | method was supplied by an ENGINE). |
109 | 109 | ||
110 | DSA_new_method() returns NULL and sets an error code that can be | 110 | DSA_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 | |||
117 | algorithmic APIs (eg. RSA_METHOD, EVP_CIPHER, etc) in B<ENGINE> modules. If a | 117 | algorithmic APIs (eg. RSA_METHOD, EVP_CIPHER, etc) in B<ENGINE> modules. If a |
118 | default ENGINE is specified for DSA functionality using an ENGINE API function, | 118 | default ENGINE is specified for DSA functionality using an ENGINE API function, |
119 | that will override any DSA defaults set using the DSA API (ie. | 119 | that will override any DSA defaults set using the DSA API (ie. |
120 | DSA_set_default_method()). For this reason, the ENGINE API is the recommended way | 120 | DSA_set_default_method()). For this reason, the ENGINE API is the recommended |
121 | to control default implementations for use in DSA and other cryptographic | 121 | way to control default implementations for use in DSA and other cryptographic |
122 | algorithms. | 122 | algorithms. |
123 | 123 | ||
124 | =head1 SEE ALSO | 124 | =head1 SEE ALSO |