Skip to content
Snippets Groups Projects
Verified Commit 08d690f1 authored by sunpoet's avatar sunpoet
Browse files

security/libfido2: Fix 2a1f1b7c

It should be "-DOPENSSL_API_COMPAT=0x10100000L".
parent 2a1f1b7c
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ LIB_DEPENDS= libcbor.so:devel/libcbor ...@@ -15,7 +15,7 @@ LIB_DEPENDS= libcbor.so:devel/libcbor
USES= cmake compiler:c11 pathfix pkgconfig ssl 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_OFF= FUZZ LIBFUZZER NFC_LINUX USE_HIDAPI USE_WINHELLO
CMAKE_ON= BUILD_EXAMPLES BUILD_MANPAGES BUILD_SHARED_LIBS BUILD_STATIC_LIBS BUILD_TOOLS CMAKE_ON= BUILD_EXAMPLES BUILD_MANPAGES BUILD_SHARED_LIBS BUILD_STATIC_LIBS BUILD_TOOLS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment