Skip to content

Commit

Permalink
ftp/vsftpd: Mark BROKEN_SSL
Browse files Browse the repository at this point in the history
- Requires OpenSSL 3.0.0 deprecated EC_KEY_* routines

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 3, 2023
1 parent 57cba0e commit 6aee43a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ftp/vsftpd/Makefile
Expand Up @@ -35,6 +35,8 @@ STACKPROTECTOR_DESC= Build with stack-protector

.if ${PORT_OPTIONS:MVSFTPD_SSL} && !defined(WITHOUT_SSL)
USES+= ssl
BROKEN_SSL= openssl30 openssl31
BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated EC_* routines
SSL_SUFFIX= -ssl
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
Expand Down

0 comments on commit 6aee43a

Please sign in to comment.