blob: 4964edf951f46cb58a316b84478f114c51db7077 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: ocamlpam-1.1/pam_stubs.c
===================================================================
--- ocamlpam-1.1.orig/pam_stubs.c
+++ ocamlpam-1.1/pam_stubs.c
@@ -57,6 +57,7 @@ static int converse(int nMsg, const stru
struct pam_response * local_responses;
caml_pam_handle * h;
+ CAMLparam0 ();
CAMLlocal1(ret);
h = (caml_pam_handle *)data;
|