View | Details | Raw Unified | Return to bug 272220
Collapse All | Expand All

(-)b/security/pam_ssh_agent_auth/Makefile (-1 / +1 lines)
Lines 35-41 post-install: Link Here
35
35
36
.include <bsd.port.options.mk>
36
.include <bsd.port.options.mk>
37
37
38
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base } | ${SSL_DEFAULT:Mopenssl3*}
38
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
39
IGNORE_SSL=	base openssl30 openssl31
39
IGNORE_SSL=	base openssl30 openssl31
40
IGNORE_SSL_REASON=	Compiles but does not generate a working module with OpenSSL 3.0.0 and later
40
IGNORE_SSL_REASON=	Compiles but does not generate a working module with OpenSSL 3.0.0 and later
41
.endif
41
.endif

Return to bug 272220