Yubico / libfido2

Provides library functionality for FIDO2, including communication with a device over USB or NFC.
Other
590 stars 152 forks source link

Disable EdDSA compat for LibreSSL 3.7 #645

Closed botovq closed 1 year ago

botovq commented 1 year ago

LibreSSL 3.7 will ship with Ed25519 support in EVP so the compatibility functions result in a symbol collision. Disable them.

LDVG commented 1 year ago

Thank you!