]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/x509.h
Replace "SSLeay" in API with OpenSSL
[thirdparty/openssl.git] / include / openssl / x509.h
index 21a8c5a0d770e5066a34c167e1c9a73a0a36df04..32bec25d690a82296923cd5cbabdaacc56d23fb6 100644 (file)
@@ -233,8 +233,7 @@ DECLARE_STACK_OF(X509_TRUST)
 
 # define XN_FLAG_SEP_MASK        (0xf << 16)
 
-# define XN_FLAG_COMPAT          0/* Traditional SSLeay: use old
-                                   * X509_NAME_print */
+# define XN_FLAG_COMPAT          0/* Traditional; use old X509_NAME_print */
 # define XN_FLAG_SEP_COMMA_PLUS  (1 << 16)/* RFC2253 ,+ */
 # define XN_FLAG_SEP_CPLUS_SPC   (2 << 16)/* ,+ spaced: more readable */
 # define XN_FLAG_SEP_SPLUS_SPC   (3 << 16)/* ;+ spaced */