1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/digest/sha2
nagachika 2c30e876c4 merge revision(s) 52694: [Backport #3231]
* ext/digest/*/*.[ch]: include ruby.h before digest.h to avoid
	  includeing ext/digest/extconf.h. [Bug #3231]
	  https://msdn.microsoft.com/library/36k2cdd4.aspx

	* ext/digest/*/extconf.rb: remove ext/digest from include search path
	  to avoid confusion of cl.exe.

	* ext/digest/*/*.[ch]: explicitly specify def.h's path.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@52739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-24 15:28:43 +00:00
..
lib * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method name 2012-04-10 22:41:04 +00:00
depend Update dependencies. 2014-12-19 13:34:54 +00:00
extconf.rb merge revision(s) 52694: [Backport #3231] 2015-11-24 15:28:43 +00:00
sha2.c merge revision(s) 52694: [Backport #3231] 2015-11-24 15:28:43 +00:00
sha2.h ext/digest: return values of init and final 2014-07-15 14:59:20 +00:00
sha2init.c merge revision(s) 52694: [Backport #3231] 2015-11-24 15:28:43 +00:00
sha2ossl.c merge revision(s) 52694: [Backport #3231] 2015-11-24 15:28:43 +00:00
sha2ossl.h