summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfgsch <>2000-10-10 22:29:25 +0000
committerfgsch <>2000-10-10 22:29:25 +0000
commit04199a0ac8d5e64a4c04d30cd9eb933f7eb99648 (patch)
tree901399df98e667553b833e6efbf63d8a55e29f17
parent51765347c867850bcc3c92e20869f6a530d8d0a2 (diff)
downloadopenbsd-04199a0ac8d5e64a4c04d30cd9eb933f7eb99648.tar.gz
openbsd-04199a0ac8d5e64a4c04d30cd9eb933f7eb99648.tar.bz2
openbsd-04199a0ac8d5e64a4c04d30cd9eb933f7eb99648.zip
Fix typo; claudio@core-sdi.com.
-rw-r--r--src/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod2
-rw-r--r--src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod b/src/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod
index 1300fe190c..015d4eaf36 100644
--- a/src/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod
+++ b/src/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod
@@ -35,7 +35,7 @@ None of the functions return a value.
35 35
36=head1 NOTES 36=head1 NOTES
37 37
38A typical application will will call OpenSSL_add_all_algorithms() initially and 38A typical application will call OpenSSL_add_all_algorithms() initially and
39EVP_cleanup() before exiting. 39EVP_cleanup() before exiting.
40 40
41An application does not need to add algorithms to use them explicitly, for example 41An application does not need to add algorithms to use them explicitly, for example
diff --git a/src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod b/src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod
index 1300fe190c..015d4eaf36 100644
--- a/src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod
+++ b/src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod
@@ -35,7 +35,7 @@ None of the functions return a value.
35 35
36=head1 NOTES 36=head1 NOTES
37 37
38A typical application will will call OpenSSL_add_all_algorithms() initially and 38A typical application will call OpenSSL_add_all_algorithms() initially and
39EVP_cleanup() before exiting. 39EVP_cleanup() before exiting.
40 40
41An application does not need to add algorithms to use them explicitly, for example 41An application does not need to add algorithms to use them explicitly, for example