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