openssl/crypto/stack
Matt Caswell 7132ac830f Fix memset call in stack.c
The function sk_zero is supposed to zero the elements held within a stack.
It uses memset to do this. However it calculates the size of each element
as being sizeof(char **) instead of sizeof(char *). This probably doesn't
make much practical difference in most cases, but isn't a portable
assumption.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-03-17 13:39:53 +00:00
..
Makefile Remove fipscanister build functionality from makefiles. 2014-12-08 13:23:45 +00:00
safestack.h Remove obsolete declarations. 2015-03-12 14:12:17 +00:00
stack.c Fix memset call in stack.c 2015-03-17 13:39:53 +00:00
stack.h Make STACK_OF opaque. 2015-03-05 15:51:03 +00:00