Wire RC4 key_table to read-only segment.
[openssl.git] / FAQ
diff --git a/FAQ b/FAQ
index 13f7c3ddec6e7d6d2e861388dc9f7b69da537744..1a66b18359d0dfe98f9f79bf36c3f2ec492d0078 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -76,7 +76,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.8c was released on September 5th, 2006.
+OpenSSL 0.9.8e was released on February 23rd, 2007.
 
 In addition to the current stable release, you can also access daily
 snapshots of the OpenSSL development version at <URL:
@@ -935,6 +935,8 @@ is needed. This must be done by calling:
 
    BIO_set_mem_eof_return(bio, 0);
 
+See the manual pages for more details.
+
 
 ===============================================================================