CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/10 20:26:39
Modified files:
lib/libcrypto/evp: e_chacha20poly1305.c
Log message:
Fix a problem introduced in freezero() conversion and use
sizeof(struct) not sizeof(pointer).
otto@ points out that on OpenBSD currently freezero() would have still
zeroed the entire allocation, but this is not documented behaviour and
may change in future.
ok tom@
