/
Looking at the makefile
Looking at the makefile
We deleted sections of the makefile that built things that we are not interested in: documentation, tests, fuzz, app.
We were left with just four instances where a perl files generates a header file from a .h.in file and a perl module with configuration details.
"include\crypto\bn_conf.h.in"
"include\crypto\dso_conf.h.in"
"include\openssl\opensslconf.h.in"
Which are configured by properties stored in
"configdata.pm"
, multiple selections available,
Related content
How can we learn about making OpenSSL?
How can we learn about making OpenSSL?
More like this
Why is there assembly code injected into Perl files?
Why is there assembly code injected into Perl files?
More like this
What dependencies are required for the assembly optimizations?
What dependencies are required for the assembly optimizations?
Read with this
dso_config.h.in
dso_config.h.in
More like this
What does Perl do when making OpenSSL?
What does Perl do when making OpenSSL?
Read with this
Where else is Perl used?
Where else is Perl used?
More like this