Browse code

cleanup: pkcs11.c: resolve wanings

src/openvpn/pkcs11.c:794:2: warning: passing argument 1 of
‘pkcs11h_setPINPromptHook’ from incompatible pointer type

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Acked-by: David Sommerseth <davids@redhat.com>
Message-Id: 1340040904-23950-1-git-send-email-alon.barlev@gmail.com
URL: http://article.gmane.org/gmane.network.openvpn.devel/6738
Signed-off-by: David Sommerseth <davids@redhat.com>

Alon Bar-Lev authored on 2012/06/19 02:35:04
Showing 1 changed files
... ...
@@ -730,7 +730,7 @@ cleanup:
730 730
 }
731 731
 
732 732
 static
733
-bool
733
+PKCS11H_BOOL
734 734
 _pkcs11_openvpn_show_pkcs11_ids_pin_prompt (
735 735
 	void * const global_data,
736 736
 	void * const user_data,