summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2000-12-15 02:56:47 +0000
committerbeck <beck@openbsd.org>2000-12-15 02:56:47 +0000
commitc109e39817e8a1f78064639800aed6d6d86a84c0 (patch)
tree71e7f91e52cf77279251ad187cba7df277fbeac5 /lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod
parentremove section talking about photuris limitations (diff)
downloadwireguard-openbsd-c109e39817e8a1f78064639800aed6d6d86a84c0.tar.xz
wireguard-openbsd-c109e39817e8a1f78064639800aed6d6d86a84c0.zip
openssl-engine-0.9.6 merge
Diffstat (limited to 'lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod')
-rw-r--r--lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod b/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod
index 015d4eaf361..e63411b5bba 100644
--- a/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod
+++ b/lib/libcrypto/doc/OpenSSL_add_all_algorithms.pod
@@ -2,7 +2,8 @@
=head1 NAME
-OpenSSL_add_all_algorithms() - add algorithms to internal table
+OpenSSL_add_all_algorithms, OpenSSL_add_all_ciphers, OpenSSL_add_all_digests -
+add algorithms to internal table
=head1 SYNOPSIS
@@ -43,7 +44,7 @@ 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 initialised several functions will misbehave and complain they
+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.