X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=doc%2Fman3%2FSSL_alloc_buffers.pod;h=94bd05840c84d3a1f82b0861ca374d7fee2d0324;hb=8bf366519661e12fd894dc5420f5b64dccfd7ecd;hp=de33efb937c32750f0ce5422af7a485dd96d0cd7;hpb=a58eb06d527c86492d4205feeb0e20bf19a1181d;p=openssl.git diff --git a/doc/man3/SSL_alloc_buffers.pod b/doc/man3/SSL_alloc_buffers.pod index de33efb937..94bd05840c 100644 --- a/doc/man3/SSL_alloc_buffers.pod +++ b/doc/man3/SSL_alloc_buffers.pod @@ -20,7 +20,7 @@ The B mode releases read or write buffers whenever the buffers have been drained. These functions allow applications to manually control when buffers are freed and allocated. -After freeing the buffers, the buffers are automatically reallocted upon a +After freeing the buffers, the buffers are automatically reallocated upon a new read or write. The SSL_alloc_buffers() does not need to be called, but can be used to make sure the buffers are pre-allocated. This can be used to avoid allocation during data processing or with CRYPTO_set_mem_functions() @@ -44,7 +44,7 @@ The SSL_free_buffers() function returns 1 if the buffers have been freed. This value is also returned if the buffers had been freed before calling SSL_free_buffers(). The SSL_alloc_buffers() function returns 1 if the buffers have been allocated. -This valus is also returned if the buffers had been allocated before calling +This value is also returned if the buffers had been allocated before calling SSL_alloc_buffers(). =back