freeswitch/libs/apr/random/unix
Travis Cross a973fb6347 Fix memset calls in APR sha2 implementation
The implementation clears the context / state data from memory when it
is finished with it.  Prior to this commit, however, it was actually
only clearing the first 4 bytes on x86 or 8 bytes on x86_64.

clang warns:

  warning: argument to 'sizeof' in 'memset' call is the same
  expression as the destination; did you mean to dereference it?
      [-Wsizeof-pointer-memaccess]
2012-06-24 08:05:25 +00:00
..
apr_random.c add apr to in tree libs 2006-12-19 19:58:23 +00:00
sha2.c Fix memset calls in APR sha2 implementation 2012-06-24 08:05:25 +00:00
sha2.h add apr to in tree libs 2006-12-19 19:58:23 +00:00
sha2_glue.c add apr to in tree libs 2006-12-19 19:58:23 +00:00