1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

security/pam_p11: Mark BROKEN_SSL

- Fails to build with error: 'RSA_*' is deprecated which were
  deprecated in OpenSSL 3.0.0 and later

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-05-03 17:42:33 +02:00
parent 3261160578
commit 4d42cac432

View File

@ -10,6 +10,9 @@ WWW= https://github.com/OpenSC/pam_p11
LICENSE= LGPL21
BROKEN_SSL= openssl30 openssl31
BROKEN_SSL_REASON= Fails to build with error: 'RSA_*' is deprecated
LIB_DEPENDS= libp11.so:security/libp11
USES= libtool pkgconfig ssl