diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,10 @@ -Tue May 1 06:03:34 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> +Tue May 1 06:04:14 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/digest/sha2/sha2.c (REVERSE32): exlicitly cast since unsigned + long may be larger than sha2_word32. + + * ext/digest/sha2/sha2.c (SHA{256,512,384}_{Final,End}): should clear + whole content, not pointer size. * ext/digest/*/extconf.rb: use pkg_config to use same library with openssl. [ruby-core:44755][Bug #6379] |