- The libwebsockets uses openssl3.
- To use openssl3, we need to supress depricated warnings.
Change-Id: I75273768d69b6bd4590bac9fada877b6ec381ae0
(cherry picked from commit
053847f00fdc8f99b70deace49de8f1914840f6c)
IF (OPENSSL11_DEP_FOUND MATCHES 1)
ADD_DEFINITIONS("-DOPENSSL11")
SET(OPENSSL_DEP openssl1.1)
+ELSE (OPENSSL11_DEP_FOUND MATCHES 1)
+ ADD_DEFINITIONS("-Wno-deprecated-declarations")
ENDIF (OPENSSL11_DEP_FOUND MATCHES 1)
############################ Set Common Variables #############################
%global version_patch 1
%global version_release 1
-%global force_openssl11 1
+%global force_openssl11 0
Name: webauthn-ble
Summary: Adaptation Layer of Web Authentication Service for BLE Authenticator