
27 Feb
2023
27 Feb
'23
8:27 p.m.
On 2/27/23, Tiago Cardoso via ruby-talk <ruby-talk@ml.ruby-lang.org> wrote:
Hi Mohit, ... I want to access the headers of openssl "the ruby library", or more specifically its C extension headers.
So, you mean, e.g., these: https://github.com/ruby/openssl/blob/master/ext/openssl/ https://github.com/ruby/openssl/blob/master/ext/openssl/ossl.h It doesn't look like the extension installs those headers: https://github.com/ruby/openssl/blob/master/ext/openssl/extconf.rb E.g., ruby/digest installs digest.h https://github.com/ruby/digest/blob/master/ext/digest/extconf.rb $INSTALLFILES = { "digest.h" => "$(HDRDIR)" } if $extmk