Skip to content
Snippets Groups Projects
Commit f0951423 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

security/pkcs11-tools: Mark BROKEN_SSL

- Fails to build with OpenSSL 3.0.0 and later with error: undefined
  symbol: EVP_PKEY_*

Approved by:	portmgr (blanket)
parent d90b7d50
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,10 @@ WWW= https://github.com/Mastercard/pkcs11-tools
LICENSE= APACHE20
BROKEN_SSL= libressl
BROKEN_SSL= libressl openssl30 openssl31
BROKEN_SSL_REASON_libressl= error: use of undeclared identifier 'EVP_PKEY_X25519' (LibreSSL has no support for Edwards curves)
BROKEN_SSL_REASON_openssl30= error: undefined symbol: EVP_PKEY_*
BROKEN_SSL_REASON_openssl31= error: undefined symbol: EVP_PKEY_*
BUILD_DEPENDS= autoconf-archive>0:devel/autoconf-archive \
flex:textproc/flex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment