diff options
author | 2000-10-10 22:29:25 +0000 | |
---|---|---|
committer | 2000-10-10 22:29:25 +0000 | |
commit | 9e4d5a9f4bd657be6220b509a25da5f01965fe26 (patch) | |
tree | bb96c9df4b249ee8680b1defc9f223fa2a81c325 /lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod | |
parent | build mkhybrid (diff) | |
download | wireguard-openbsd-9e4d5a9f4bd657be6220b509a25da5f01965fe26.tar.xz wireguard-openbsd-9e4d5a9f4bd657be6220b509a25da5f01965fe26.zip |
Fix typo; claudio@core-sdi.com.
Diffstat (limited to 'lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod')
-rw-r--r-- | lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod b/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod index 1300fe190c7..015d4eaf361 100644 --- a/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod +++ b/lib/libcrypto/doc/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 |