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
usa cb826f3ff9 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_1@52797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-30 12:08:16 +00:00
..
lib * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method name 2012-04-10 22:41:04 +00:00
depend * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
extconf.rb merge revision(s) 52694: [Backport #3231] 2015-11-30 12:08:16 +00:00
sha2.c merge revision(s) 52694: [Backport #3231] 2015-11-30 12:08:16 +00:00
sha2.h * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
sha2init.c merge revision(s) 52694: [Backport #3231] 2015-11-30 12:08:16 +00:00
sha2ossl.c merge revision(s) 52694: [Backport #3231] 2015-11-30 12:08:16 +00:00
sha2ossl.h * ext/digest/sha2: Use OpenSSL's SHA1 engine if available. 2010-02-22 02:21:22 +00:00