Reorder the setter arguments to more consistently match that of other APIs,
[openssl.git] / doc / crypto / BIO_s_mem.pod
index 9348747aeaeb99372d514e9704f92de969da2c55..56d10bd8dd08bae2766d88f52d61bf450ad5e49f 100644 (file)
@@ -111,13 +111,6 @@ Extract the BUF_MEM structure from a memory BIO and then free up the BIO:
  BIO_set_close(mem, BIO_NOCLOSE); /* So BIO_free() leaves BUF_MEM alone */
  BIO_free(mem);
 
-
-=head1 SEE ALSO
-
-TBA
-
-=cut
-
 =head1 COPYRIGHT
 
 Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.