X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;f=crypto.h;h=c24cce07a76f7a6d910d675baeccff6b49bcc2ed;hb=e9a4ddc840fdb71c5afe742855f59d511e595518;hp=f0f709d9a3e6e42af45eb38e5850bacfce924dad;hpb=8c8a47cd542e60381773fe23f2075aa5b896be4f;p=pam_pcsc_cr.git diff --git a/crypto.h b/crypto.h index f0f709d..c24cce0 100644 --- a/crypto.h +++ b/crypto.h @@ -2,7 +2,7 @@ #define _CRYPTO_H int select_crypto_if(int ifno); -const char *if_name(int ifno); +const char *crypto_init(int ifno); unsigned long encrypt(void *key, int keylen, void *pt, void *ct, int tlen); unsigned long decrypt(void *key, int keylen, void *ct, void *pt, int tlen); unsigned long hash(void *pt, int tlen, void *tag, int *taglen);