diff options
Diffstat (limited to 'testing/py3-pam/pypam-0.5.0-stricter.patch')
-rw-r--r-- | testing/py3-pam/pypam-0.5.0-stricter.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/py3-pam/pypam-0.5.0-stricter.patch b/testing/py3-pam/pypam-0.5.0-stricter.patch deleted file mode 100644 index 4079f6ff71..0000000000 --- a/testing/py3-pam/pypam-0.5.0-stricter.patch +++ /dev/null @@ -1,15 +0,0 @@ -=== modified file 'PAMmodule.c' ---- a/PAMmodule.c 2007-05-28 17:50:59 +0000 -+++ b/PAMmodule.c 2007-05-28 18:13:33 +0000 -@@ -9,8 +9,9 @@ - -+#include <Python.h> - #include <security/pam_appl.h> - #include <security/pam_misc.h> --#include <Python.h> - #include <stdio.h> -+#include <string.h> - #include <dlfcn.h> - - static PyObject *PyPAM_Error; - |