summaryrefslogtreecommitdiff
path: root/security/libfido2/files/extra-patch-openssl
diff options
context:
space:
mode:
Diffstat (limited to 'security/libfido2/files/extra-patch-openssl')
-rw-r--r--security/libfido2/files/extra-patch-openssl26
1 files changed, 0 insertions, 26 deletions
diff --git a/security/libfido2/files/extra-patch-openssl b/security/libfido2/files/extra-patch-openssl
deleted file mode 100644
index 6cab9adce02d..000000000000
--- a/security/libfido2/files/extra-patch-openssl
+++ /dev/null
@@ -1,26 +0,0 @@
---- CMakeLists.txt.orig 2022-01-17 12:42:03 UTC
-+++ CMakeLists.txt
-@@ -196,14 +196,10 @@ if(MSVC)
- else()
- include(FindPkgConfig)
- pkg_search_module(CBOR libcbor)
-- pkg_search_module(CRYPTO libcrypto)
- pkg_search_module(ZLIB zlib)
-
- if(NOT CBOR_FOUND AND NOT HAVE_CBOR_H)
- message(FATAL_ERROR "could not find libcbor")
-- endif()
-- if(NOT CRYPTO_FOUND AND NOT HAVE_OPENSSLV_H)
-- message(FATAL_ERROR "could not find libcrypto")
- endif()
- if(NOT ZLIB_FOUND)
- message(FATAL_ERROR "could not find zlib")
---- src/libfido2.pc.in.orig 2022-01-17 12:42:03 UTC
-+++ src/libfido2.pc.in
-@@ -7,6 +7,5 @@ Name: @PROJECT_NAME@
- Description: A FIDO2 library
- URL: https://github.com/yubico/libfido2
- Version: @FIDO_VERSION@
--Requires: libcrypto
- Libs: -L${libdir} -lfido2
- Cflags: -I${includedir}