summaryrefslogtreecommitdiffstats
path: root/package/crda/patches/101-make_crypto_use_optional.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/crda/patches/101-make_crypto_use_optional.patch')
-rw-r--r--package/crda/patches/101-make_crypto_use_optional.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/crda/patches/101-make_crypto_use_optional.patch b/package/crda/patches/101-make_crypto_use_optional.patch
deleted file mode 100644
index c7ace42c8..000000000
--- a/package/crda/patches/101-make_crypto_use_optional.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -35,7 +35,9 @@ LDLIBS += `pkg-config --libs openssl`
-
- reglib.o: keys-ssl.c
-
--else
-+endif
-+
-+ifeq ($(USE_GCRYPT),1)
- CFLAGS += -DUSE_GCRYPT
- LDLIBS += -lgcrypt
-