View | Details | Raw Unified | Return to bug 273909 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/libfido2/Makefile (-1 / +1 lines)
Lines 28-34 OPTIONS_DEFINE= DOCS Link Here
28
EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-openssl
28
EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-openssl
29
.endif
29
.endif
30
30
31
.if ${SSL_DEFAULT} == openssl30
31
.if ${SSL_DEFAULT:C,3[0-9],3,} == openssl3
32
CFLAGS+=	-DOPENSSL_API_COMPAT=0x10100000L
32
CFLAGS+=	-DOPENSSL_API_COMPAT=0x10100000L
33
.endif
33
.endif
34
34

Return to bug 273909