Clarify FAQ.

This commit is contained in:
Dr. Stephen Henson 2008-01-23 19:21:00 +00:00
parent 3b979c5450
commit 930875ef77

10
FAQ
View File

@ -846,11 +846,11 @@ code itself (the hex digits after the second colon).
* Why do I get errors about unknown algorithms? * Why do I get errors about unknown algorithms?
This can happen under several circumstances such as reading in an The cause is forgetting to load OpenSSL's table of algorithms with
encrypted private key or attempting to decrypt a PKCS#12 file. The cause OpenSSL_add_all_algorithms(). See the manual page for more information. This
is forgetting to load OpenSSL's table of algorithms with can cause several problems such as being unable to read in an encrypted
OpenSSL_add_all_algorithms(). See the manual page for more information. PEM file, unable to decrypt a PKCS#12 file or signature failure when
verifying certificates.
* Why can't the OpenSSH configure script detect OpenSSL? * Why can't the OpenSSH configure script detect OpenSSL?