Skip to content

Commit

Permalink
www/bozohttpd: Mark BROKEN_SSL
Browse files Browse the repository at this point in the history
- Fails to build with error: 'ERR_func_error_string' is deprecated which
  were deprecated in OpenSSL 3.0.0 and later

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 3, 2023
1 parent 0fa0e51 commit 899ba22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/bozohttpd/Makefile
Expand Up @@ -54,6 +54,8 @@ SSL_CFLAGS_OFF= -DNO_SSL_SUPPORT
SSL_LDFLAGS= -L${OPENSSLLIB}
SSL_LIBS= -lcrypto -lssl
SSL_USES= ssl
SSL_VARS= BROKEN_SSL="openssl30 openssl31" \
BROKEN_SSL_REASON="Fails to build with error: 'ERR_func_error_string' is deprecated"

USER_DESC= Optional /~user transformation (-e, -p, -u)
USER_CFLAGS_OFF= -DNO_USER_SUPPORT
Expand Down

0 comments on commit 899ba22

Please sign in to comment.