Adjust memory limit of es_fopenmem to the block size.
* src/estream.c (func_mem_create): Round up memory limit.
This is required so that giving a memory limit to es_fopenmem won't
fail if it is below the block size.
- Signed-off-by: Werner Koch <wk@gnupg.org>