X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=crypto_if.h;h=2fb4519cba6971e956639f5284f7f0b6209247ff;hp=c24d6a3630106c6f63ec516fff1814b25036f8c9;hb=3192bff3cc2b10a7b65d185ec1bc8bf31fd4f635;hpb=740b870a7a4d1936991d856f5427e4c10c2c849a diff --git a/crypto_if.h b/crypto_if.h index c24d6a3..2fb4519 100644 --- a/crypto_if.h +++ b/crypto_if.h @@ -2,7 +2,7 @@ #define _CRYPTO_IF_H struct crypto_interface { - char *name; + const char *(*init)(void); unsigned long (*encrypt)(void *key, int keylen, void *iv, void *pt, void *ct, int tlen); unsigned long (*decrypt)(void *key, int keylen, void *iv,