aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-16 16:58:26 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-16 16:58:26 +0000
commit08d690f15010f13a696e82e2f8ed82ad696d2c42 (patch)
tree1260a9dca089b39b475d85c6fd63e61d79f574b8
parent2a1f1b7c3664cde187ac5b507b6a5a1ba18a1daf (diff)
downloadports-08d690f15010f13a696e82e2f8ed82ad696d2c42.tar.gz
ports-08d690f15010f13a696e82e2f8ed82ad696d2c42.zip
security/libfido2: Fix 2a1f1b7c3664cde187ac5b507b6a5a1ba18a1daf
It should be "-DOPENSSL_API_COMPAT=0x10100000L".
-rw-r--r--security/libfido2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile
index 3e2c3597dd39..b91b98a3ada5 100644
--- a/security/libfido2/Makefile
+++ b/security/libfido2/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libcbor.so:devel/libcbor
USES= cmake compiler:c11 pathfix pkgconfig ssl
-CFLAGS+= -DOPENSSL_API_COMPAT=0x10101000L
+CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L
CMAKE_OFF= FUZZ LIBFUZZER NFC_LINUX USE_HIDAPI USE_WINHELLO
CMAKE_ON= BUILD_EXAMPLES BUILD_MANPAGES BUILD_SHARED_LIBS BUILD_STATIC_LIBS BUILD_TOOLS