summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-10-23 12:47:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-10-23 12:47:01 +0000
commit169bfde4d40cb7bd7317ebd9487a2a93c3fa67c7 (patch)
tree5d694ac9a8149d2f569e79bea457ea47a2f4f5e6 /FAQ
parent0a7f291268844f3d6cf4bcb05d3416b280c00574 (diff)
Clarification
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ2
1 files changed, 1 insertions, 1 deletions
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)