diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index f94d39d93159..b7bea2f438f2 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -1,5 +1,6 @@ PORTNAME= wolfssl PORTVERSION= 5.7.4 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://www.wolfssl.com/ \ LOCAL/fox @@ -34,7 +35,8 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-ssh \ --enable-static \ --enable-tls13 \ - --enable-tls13-draft18 + --enable-tls13-draft18 \ + --enable-context-extra-user-data TEST_TARGET= check CFLAGS+= -DWOLFSSL_ALT_NAMES