X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=crypto.c;h=cb996e870f71cf011bd41b4b159528bb5f35f825;hp=88670ee87eac98f3e8dd39b881acaac16ebad050;hb=c498f013eeb5a5decd93e5830fa61929e4c650cc;hpb=01f9e2f01d2fac650601ba5a2573cd21f57744b5;ds=inline diff --git a/crypto.c b/crypto.c index 88670ee..cb996e8 100644 --- a/crypto.c +++ b/crypto.c @@ -42,7 +42,7 @@ static struct crypto_interface *ifs[] = { #ifdef HAVE_GCRYPT &gnu_crypto_if, #endif - (void*)0, + (struct crypto_interface *)0, }; #define MAX_IF (sizeof(ifs)/sizeof(struct crypto_interface *)-2)