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
..
2012-01-12 14:17:23 -06:00
2012-01-11 20:14:17 -05:00
2012-05-12 18:53:00 +00:00
2012-04-04 16:18:53 -05:00
2012-05-23 13:12:32 -05:00
2012-06-06 00:20:15 +00:00
2011-12-16 07:35:05 -05:00
2011-12-15 21:23:19 -05:00
2012-03-29 23:33:11 +08:00
2011-08-02 13:05:45 -05:00
2012-05-25 07:54:11 -05:00
2011-12-15 16:55:10 -05:00