diff options
author | 2014-05-04 22:26:32 +0000 | |
---|---|---|
committer | 2014-05-04 22:26:32 +0000 | |
commit | 214cef99cb94b41933e487f7d2298f8fd2926d9a (patch) | |
tree | 4900f4cffbe906d8ca7b440d1964a9f7b1147847 /lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod | |
parent | Add missing SEE ALSO section header. (diff) | |
download | wireguard-openbsd-214cef99cb94b41933e487f7d2298f8fd2926d9a.tar.xz wireguard-openbsd-214cef99cb94b41933e487f7d2298f8fd2926d9a.zip |
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
Diffstat (limited to 'lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod')
-rw-r--r-- | lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod b/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod index e63411b5bba..cc6c07fa244 100644 --- a/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod +++ b/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod @@ -39,24 +39,24 @@ None of the functions return a value. A typical application will call OpenSSL_add_all_algorithms() initially and EVP_cleanup() before exiting. -An application does not need to add algorithms to use them explicitly, for example -by EVP_sha1(). It just needs to add them if it (or any of the functions it calls) -needs to lookup algorithms. +An application does not need to add algorithms to use them explicitly, for +example by EVP_sha1(). It just needs to add them if it (or any of the functions +it calls) needs to lookup algorithms. -The cipher and digest lookup functions are used in many parts of the library. If -the table is not initialized several functions will misbehave and complain they -cannot find algorithms. This includes the PEM, PKCS#12, SSL and S/MIME libraries. -This is a common query in the OpenSSL mailing lists. +The cipher and digest lookup functions are used in many parts of the library. +If the table is not initialized several functions will misbehave and complain +they cannot find algorithms. This includes the PEM, PKCS#12, SSL and S/MIME +libraries. This is a common query in the OpenSSL mailing lists. Calling OpenSSL_add_all_algorithms() links in all algorithms: as a result a -statically linked executable can be quite large. If this is important it is possible -to just add the required ciphers and digests. +statically linked executable can be quite large. If this is important it is +possible to just add the required ciphers and digests. =head1 BUGS -Although the functions do not return error codes it is possible for them to fail. -This will only happen as a result of a memory allocation failure so this is not -too much of a problem in practice. +Although the functions do not return error codes it is possible for them to +fail. This will only happen as a result of a memory allocation failure so this +is not too much of a problem in practice. =head1 SEE ALSO |