Clarify formulation (proposed by Bodo Moeller).
diff --git a/FAQ b/FAQ
index 42844d5..0c88e58 100644
--- a/FAQ
+++ b/FAQ
@@ -627,10 +627,10 @@
 
 * 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.
 
 
 ===============================================================================