diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2009-10-23 14:36:41 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2009-10-23 14:36:41 +0200 |
commit | 13d75246984515a8ea8c737631d3b52cc6c92d29 (patch) | |
tree | 6b645c30c2a783179da8dc0f89445257d985e70e /FAQ | |
parent | Add an FAQ. (diff) | |
download | openssl-13d75246984515a8ea8c737631d3b52cc6c92d29.tar.xz openssl-13d75246984515a8ea8c737631d3b52cc6c92d29.zip |
Clarification
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |