Skip to content
Snippets Groups Projects
Commit a13f6c32 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Make sad linkers happy.

parent 3f659754
No related branches found
No related tags found
No related merge requests found
Pipeline #8128 passed
SBBS {
local: BN_*; # hide cryptlib BigNum functions, prevent collision with OpenSSL
local: CAST_*; # hide cryptlib CAST functions, prevent collision with OpenSSL
local: EC_*; # hide cryptlib EC functions, prevent collision with OpenSSL
local: SHA1_*; # hide cryptlib SHA1 functions, prevent collision with OpenSSL
CAST_*; # hide cryptlib CAST functions, prevent collision with OpenSSL
EC_*; # hide cryptlib EC functions, prevent collision with OpenSSL
SHA1_*; # hide cryptlib SHA1 functions, prevent collision with OpenSSL
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment