diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-10-10 22:29:26 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-10-10 22:29:26 +0000 |
commit | ea48b186b7a8177e24b4a9f6bd43031806b3e1dc (patch) | |
tree | 0d7ed81758faac5f199af256495624a344c6eebc /lib/libssl | |
parent | 40ca68c3b45d5d0cb2d67c68b81679465e6a455a (diff) |
Fix typo; claudio@core-sdi.com.
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod | 2 |
1 files changed, 1 insertions, 1 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 1300fe190c7..015d4eaf361 100644 --- a/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod +++ b/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod @@ -35,7 +35,7 @@ None of the functions return a value. =head1 NOTES -A typical application will will call OpenSSL_add_all_algorithms() initially and +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 |