Fix EVP_MD_meth_new.pod
[openssl.git] / doc / man3 / BIO_f_ssl.pod
index 1da14897f038d62dca11236af062fa30b4069521..571584c148dbed3b2340aa0c1d5d7416423d7398 100644 (file)
@@ -271,9 +271,9 @@ a client and also echoes the request to standard output.
  BIO_flush(sbio);
  BIO_free_all(sbio);
 
-=head1 BUGS
+=head1 HISTORY
 
-In OpenSSL versions before 1.0.0 the BIO_pop() call was handled incorrectly,
+In OpenSSL before 1.0.0 the BIO_pop() call was handled incorrectly,
 the I/O BIO reference count was incorrectly incremented (instead of
 decremented) and dissociated with the SSL BIO even if the SSL BIO was not
 explicitly being popped (e.g. a pop higher up the chain). Applications which