/
bn_conf.h.in

bn_conf.h.in

Just sets the processor spec:

{- $config{b64l} ? "#define" : "#undef" -} SIXTY_FOUR_BIT_LONG {- $config{b64} ? "#define" : "#undef" -} SIXTY_FOUR_BIT {- $config{b32} ? "#define" : "#undef" -} THIRTY_TWO_BIT

It only looks in ConfigData.pm at:

b32 = > 0, b64 => 1, b64l => 0

 

Related content

Defining C Preprocessor constants from the command line
Defining C Preprocessor constants from the command line
More like this
Looking at the makefile
Looking at the makefile
More like this
How do you see how the pre-processor processes code?
How do you see how the pre-processor processes code?
More like this
See the this pointer for C++ objects
See the this pointer for C++ objects
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 is binary API compatibility?
What is binary API compatibility?
More like this