diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-28 10:07:31 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-28 10:07:31 +0000 |
commit | 30aa6c923d82cec4e7fea3ad054ad250d01ec27b (patch) | |
tree | 07366dcc6b41b0b7c11b3a191f85bcfa52478331 /lib/libcrypto/Symbols.namespace | |
parent | 71d0dcdec7f3382b2d98f7d1f3c3d81b129f21bf (diff) |
Remove the get_rfc*_prime_*() API
Inconsistently named with the rest of the API, so OpenSSL 1.1 introduced
the same functions with a BN_ prefix. We'll keep the latter.
ok jsing
Diffstat (limited to 'lib/libcrypto/Symbols.namespace')
-rw-r--r-- | lib/libcrypto/Symbols.namespace | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libcrypto/Symbols.namespace b/lib/libcrypto/Symbols.namespace index a58eb0b9a1f..e669cc8cc84 100644 --- a/lib/libcrypto/Symbols.namespace +++ b/lib/libcrypto/Symbols.namespace @@ -2293,16 +2293,8 @@ _libre_BN_MONT_CTX_free _libre_BN_MONT_CTX_set _libre_BN_MONT_CTX_copy _libre_BN_MONT_CTX_set_locked -_libre_get_rfc2409_prime_768 -_libre_get_rfc2409_prime_1024 _libre_BN_get_rfc2409_prime_768 _libre_BN_get_rfc2409_prime_1024 -_libre_get_rfc3526_prime_1536 -_libre_get_rfc3526_prime_2048 -_libre_get_rfc3526_prime_3072 -_libre_get_rfc3526_prime_4096 -_libre_get_rfc3526_prime_6144 -_libre_get_rfc3526_prime_8192 _libre_BN_get_rfc3526_prime_1536 _libre_BN_get_rfc3526_prime_2048 _libre_BN_get_rfc3526_prime_3072 |