mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 00:58:39 -04:00
Revert a337dbef
Revert commit that always uses OpenSSL 3.0 API when available, the new APIs should work always, but OpenSSL has non-obvious omissions in the automatic mappings it provides.
This commit is contained in:
parent
00a09e0d35
commit
fa108db279
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ BN_bn2bin_fixed(const BIGNUM *bn, unsigned char *buf, int size) {
|
|||
return (size);
|
||||
}
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x30000000L && OPENSSL_API_LEVEL >= 30000
|
||||
|
||||
static const char *
|
||||
opensslecdsa_key_alg_to_group_name(unsigned int key_alg) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue