1 --- openssl-1.1.1i/include/openssl/opensslconf.h.in.orig 2021-02-06 02:05:32.357066633 +0000
2 +++ openssl-1.1.1i/include/openssl/opensslconf.h.in 2021-02-06 02:08:58.486577040 +0000
4 * The following are cipher-specific, but are part of the public API.
6 #if !defined(OPENSSL_SYS_UEFI)
7 -{- $config{bn_ll} ? "# define" : "# undef" -} BN_LLONG
10 /* Only one for the following should be defined */
11 -{- $config{b64l} ? "# define" : "# undef" -} SIXTY_FOUR_BIT_LONG
12 -{- $config{b64} ? "# define" : "# undef" -} SIXTY_FOUR_BIT
13 -{- $config{b32} ? "# define" : "# undef" -} THIRTY_TWO_BIT
14 +# define SIXTY_FOUR_BIT_LONG
15 +# undef SIXTY_FOUR_BIT
16 +# undef THIRTY_TWO_BIT
19 +/* Only one for the following should be defined */
20 +# undef SIXTY_FOUR_BIT_LONG
21 +# undef SIXTY_FOUR_BIT
22 +# define THIRTY_TWO_BIT
26 #define RC4_INT {- $config{rc4_int} -}