X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FBIO_s_mem.pod;h=19648acfae0f265b00ced60ee855851fd94d497a;hb=37fc8c3747b01bc13592de5ec1f2ff3399f52b42;hp=9eb1fc056a74e70cfe5ac447666e6f778ba12c02;hpb=d7b9c76c72bd6e744db2070d148738941ba38305;p=oweals%2Fopenssl.git diff --git a/doc/crypto/BIO_s_mem.pod b/doc/crypto/BIO_s_mem.pod index 9eb1fc056a..19648acfae 100644 --- a/doc/crypto/BIO_s_mem.pod +++ b/doc/crypto/BIO_s_mem.pod @@ -2,7 +2,8 @@ =head1 NAME - BIO_s_mem - memory BIO +BIO_s_mem, BIO_set_mem_eof_return, BIO_get_mem_data, BIO_set_mem_buf, +BIO_get_mem_ptr, BIO_new_mem_buf - memory BIO =head1 SYNOPSIS @@ -86,9 +87,7 @@ There should be a way to "rewind" a read write BIO without destroying its contents. The copying operation should not occur after every small read of a large BIO -to improve efficieny. - -There shoy +to improve efficiency. =head1 EXAMPLE