Project

General

Profile

Bug #2459

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

=begin 
  
  Hello, 
 
  Trying to build a static binary for ruby against OpenSSL library does not work if ext/digest/sha2 is enabled because SHA256_Transform and SHA512_Transform are already defined in OpenSSL library. I think this issue has already been reported on a blog before but I can't remember where. Anyway, the patch I have attached is pretty trivial. Moreover, this issue also affects ruby 1.8.7, should I submit a separate bug report against this version? Thanks. 
 
  Regards, 
  Arnaud Fontaine 
 
 =end 
 

Back