diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-09 06:10:49 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-09 06:10:49 +0000 |
commit | e74e6e72c1077b2e0b966c6c3e97057c87d7ea36 (patch) | |
tree | 9aa0f490d54902e5dbeafeef44ffe69ef10f5146 /security/pam_ssh_agent_auth | |
parent | e86c03de4a2020f216b50559d604102a1884d14c (diff) |
security/pam_ssh_agent_auth builds fine with OpenSSL 1.1.1 after r482655
Notes
Notes:
svn path=/head/; revision=487024
Diffstat (limited to 'security/pam_ssh_agent_auth')
-rw-r--r-- | security/pam_ssh_agent_auth/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index be545ee5d145..bdb6b39c8d96 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -10,7 +10,6 @@ MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= PAM module which permits authentication via ssh-agent -BROKEN_SSL= openssl111 BROKEN_mips64= fails to compile: ed25519-donna-portable.h:85:4: Need a uint128_t implementation! BROKEN_powerpc64= fails to compile: ed25519-donna-portable.h: warning: ALIGN redefined |