On Tue, Mar 17, 2015, jonetsu wrote:

> 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 mecanism that determines which is global and which is
> local and what does it depend on to make its decision ?
> 

What are the two platforms? That is what does:

        ./config -t

output?

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
_______________________________________________
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to