reserve a few more bits for future cipher modes
[openssl.git] / FAQ
diff --git a/FAQ b/FAQ
index c492c09c5f216ecdd15f00260652d04772a335ef..10d26b5a33271fd751f2be3a38731673190d44be 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -79,7 +79,7 @@ OpenSSL  -  Frequently Asked Questions
 * Which is the current version of OpenSSL?
 
 The current version is available from <URL: http://www.openssl.org>.
-OpenSSL 0.9.8k was released on Mar 25th, 2009.
+OpenSSL 0.9.8m was released on Feb 25th, 2010.
 
 In addition to the current stable release, you can also access daily
 snapshots of the OpenSSL development version at <URL:
@@ -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)