CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/09 09:03:54
Modified files:
lib/libcrypto/buffer: buffer.c
Log message:
With recallocarray() BUF_MEM_grow() is essentially the same as
BUF_MEM_grow_clean() (the only difference is clearing on internal down
sizing), so make it a wrapper.
ok beck@ deraadt@
