git: 42e570a18ef1 - main - security/pam_ssh_agent_auth: Fix typo

From: Matthew Seaman <matthew_at_FreeBSD.org>
Date: Wed, 16 Aug 2023 07:36:55 UTC
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=42e570a18ef163863f79c2fbbdbfb375d58e82f8

commit 42e570a18ef163863f79c2fbbdbfb375d58e82f8
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2023-08-16 07:31:26 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-08-16 07:36:52 +0000

    security/pam_ssh_agent_auth: Fix typo
    
    PR:             272220
    Reported by:    Freshports, Trond Endrestol
---
 security/pam_ssh_agent_auth/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile
index f422d81b6064..26a8ab773c82 100644
--- a/security/pam_ssh_agent_auth/Makefile
+++ b/security/pam_ssh_agent_auth/Makefile
@@ -35,7 +35,7 @@ post-install:
 
 .include <bsd.port.options.mk>
 
-.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base } | ${SSL_DEFAULT:Mopenssl3*}
+.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
 IGNORE_SSL=	base openssl30 openssl31
 IGNORE_SSL_REASON=	Compiles but does not generate a working module with OpenSSL 3.0.0 and later
 .endif