[openssl-users] FIPS: Error compiling 1.0.1e: 'T' vs. 't'

jonetsu jonetsu at teksavvy.com
Tue Mar 17 14:54:12 UTC 2015


Hello,

There is a problem with compiling the openssl-1.0.1e.tar.gz
sources against the FIPS 2.0 canister.

On my machine the following is declared global:

 00000000000dd3c0 T private_AES_set_decrypt_key
 00000000000dd0f0 T private_AES_set_encrypt_key

On another machine, they are declared local and the apps build
fails:

 00000000000dd3c0 t private_AES_set_decrypt_key
 00000000000dd0f0 t private_AES_set_encrypt_key

What is the mechanism that determines which is global and which is
local and what does it depend on to make its decision ?

Regards.






More information about the openssl-users mailing list