Re: [Openvpn-devel] [PATCH] cleanup: pkcs11.c: resolve wanings

2012-06-22 Thread David Sommerseth
On 18/06/12 19:35, Alon Bar-Lev wrote: > src/openvpn/pkcs11.c:794:2: warning: passing argument 1 of > ‘pkcs11h_setPINPromptHook’ from incompatible pointer type > > Signed-off-by: Alon Bar-Lev > --- > src/openvpn/pkcs11.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > ACK. Ap

[Openvpn-devel] [PATCH] cleanup: pkcs11.c: resolve wanings

2012-06-18 Thread Alon Bar-Lev
src/openvpn/pkcs11.c:794:2: warning: passing argument 1 of ‘pkcs11h_setPINPromptHook’ from incompatible pointer type Signed-off-by: Alon Bar-Lev --- src/openvpn/pkcs11.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/openvpn/pkcs11.c b/src/openvpn/pkcs11.c index d