summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-13 08:53:42 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-06-13 08:53:42 +0000
commite8233e699bfaad517c9ca78e8e80884479c9b869 (patch)
treefde2814539a9a72a45abc7f3757d9af91463537b /FAQ
parent04cc76660a46575c568125c997d0f3c73d4ec711 (diff)
Clarify formulation (proposed by Bodo Moeller).
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ8
1 files changed, 4 insertions, 4 deletions
diff --git a/FAQ b/FAQ
index 42844d58d0..0c88e58022 100644
--- a/FAQ
+++ b/FAQ
@@ -627,10 +627,10 @@ SSL_CTX_set_verify() function to enable the use of client certificates.
* Why does compilation fail due to an undefined symbol NID_uniqueIdentifier?
-For OpenSSL 0.9.7 the OID table was extended and corrected. uniqueIdentifier
-was incorrectly used for X.509 certificates. The correct name according to
-RFC2256 (LDAP) is x500UniqueIdentifier. Change your code to use the new
-name when compiling against OpenSSL 0.9.7.
+For OpenSSL 0.9.7 the OID table was extended and corrected. In earlier
+versions, uniqueIdentifier was incorrectly used for X.509 certificates.
+The correct name according to RFC2256 (LDAP) is x500UniqueIdentifier.
+Change your code to use the new name when compiling against OpenSSL 0.9.7.
===============================================================================