libmicrohttpd/0001-skip-tls-upgrade-test-case.patch
wang--ge ca05bcbdac skip tls upgrade test case
(cherry picked from commit c864306da00273972b264708663251d83c6a6ad3)
2023-01-30 10:23:04 +08:00

27 lines
631 B
Diff

From dc3efc32ca70ba6924f43014cfa3669b3a54d8fa Mon Sep 17 00:00:00 2001
From: wang--ge <wang__ge@126.com>
Date: Sun, 29 Jan 2023 15:50:35 +0800
Subject: [PATCH] skip tls upgrade test case
---
src/microhttpd/Makefile.am | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index d89f3c1..e50ff5f 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -151,9 +151,6 @@ check_PROGRAMS = \
if HAVE_POSIX_THREADS
if ENABLE_UPGRADE
check_PROGRAMS += test_upgrade
-if ENABLE_HTTPS
- check_PROGRAMS += test_upgrade_tls
-endif
endif
endif
--
2.27.0