From 8643b24ca3c740fc17384a41125be80d0c5a369a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 10 Apr 2020 23:32:00 +0200 Subject: Refresh d/p/openvpn-pkcs11warn.patch: Remove d/p/fix-pkcs11-helper-hang.patch --- debian/patches/fix-pkcs11-helper-hang.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 debian/patches/fix-pkcs11-helper-hang.patch (limited to 'debian/patches/fix-pkcs11-helper-hang.patch') diff --git a/debian/patches/fix-pkcs11-helper-hang.patch b/debian/patches/fix-pkcs11-helper-hang.patch deleted file mode 100644 index 41d9be1..0000000 --- a/debian/patches/fix-pkcs11-helper-hang.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: openvpn/src/openvpn/pkcs11.c -=================================================================== ---- openvpn.orig/src/openvpn/pkcs11.c -+++ openvpn/src/openvpn/pkcs11.c -@@ -312,7 +312,7 @@ pkcs11_initialize( - - pkcs11h_setLogLevel(_pkcs11_msg_openvpn2pkcs11(get_debug_level())); - -- if ((rv = pkcs11h_setForkMode(TRUE)) != CKR_OK) -+ if ((rv = pkcs11h_setForkMode(FALSE)) != CKR_OK) - { - msg(M_FATAL, "PKCS#11: Cannot set fork mode %ld-'%s'", rv, pkcs11h_getMessage(rv)); - goto cleanup; -- cgit v1.2.3