From: Dr. Stephen Henson <steve@openssl.org>
Date: Fri, 23 Oct 2009 12:36:41 +0000 (+0000)
Subject: Clarification
X-Git-Tag: OpenSSL-fips-2_0-rc1~1473
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13d75246984515a8ea8c737631d3b52cc6c92d29;p=openssl

Clarification
---

diff --git a/FAQ b/FAQ
index c492c09c5f..584cb9fef9 100644
--- a/FAQ
+++ b/FAQ
@@ -970,7 +970,7 @@ See the manual pages for more details.
 
 * Where are the declarations and implementations of d2i_X509() etc?
 
-These are defined by macros of the form:
+These are defined and implemented by macros of the form:
 
 
  DECLARE_ASN1_FUNCTIONS(X509) and IMPLEMENT_ASN1_FUNCTIONS(X509)