X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=crypto.c;h=cb996e870f71cf011bd41b4b159528bb5f35f825;hp=88670ee87eac98f3e8dd39b881acaac16ebad050;hb=f6b4fd086473f179295386fb47fd422f47015d16;hpb=ee0824354abef3e422c32e931f52b4396263cab1;ds=sidebyside 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)