mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
Do not expose architecture specific symbols
The following methods have existed since 1.0.2, however, they are deprecated and are not available on all architectures. - EC_GFp_nistp224_method - EC_GFp_nistp256_method - EC_GFp_nistp521_method Do not expose them via libcrypto. Discussed with: emaste
This commit is contained in:
parent
9ead001d5b
commit
6f6446b330
1 changed files with 0 additions and 3 deletions
|
|
@ -1084,9 +1084,6 @@ OPENSSL_1_1_0 {
|
|||
EC_GF2m_simple_method;
|
||||
EC_GFp_mont_method;
|
||||
EC_GFp_nist_method;
|
||||
EC_GFp_nistp224_method;
|
||||
EC_GFp_nistp256_method;
|
||||
EC_GFp_nistp521_method;
|
||||
EC_GFp_simple_method;
|
||||
EC_GROUP_check;
|
||||
EC_GROUP_check_discriminant;
|
||||
|
|
|
|||
Loading…
Reference in a new issue