18 lines
687 B
Diff
18 lines
687 B
Diff
--- xpra-6.2.2/xpra/server/pam.pyx.orig 2024-12-29 12:13:57.205571587 +0100
|
|
+++ xpra-6.2.2/xpra/server/pam.pyx 2024-12-29 12:14:21.275363955 +0100
|
|
@@ -36,12 +36,12 @@
|
|
cdef extern from "stdlib.h":
|
|
void *calloc(size_t nitems, size_t size)
|
|
|
|
-cdef extern from "pam_misc.h":
|
|
+cdef extern from "security/pam_misc.h":
|
|
ctypedef struct pam_handle_t:
|
|
pass
|
|
void misc_conv(int num_msg, const pam_message **msgm, pam_response **response, void *appdata_ptr)
|
|
|
|
-cdef extern from "pam_appl.h":
|
|
+cdef extern from "security/pam_appl.h":
|
|
struct pam_conv:
|
|
void *conv
|
|
#int (*conv)(int num_msg, const pam_message **msg, pam_response **resp, void *appdata_ptr)
|