X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=crypto.h;h=c24cce07a76f7a6d910d675baeccff6b49bcc2ed;hp=06d7cd5be72f9001e227f5e47da10bad54b554c6;hb=ecefc4912f36f9153e63e7e0ee90d8ef69898fed;hpb=740b870a7a4d1936991d856f5427e4c10c2c849a diff --git a/crypto.h b/crypto.h index 06d7cd5..c24cce0 100644 --- a/crypto.h +++ b/crypto.h @@ -2,6 +2,7 @@ #define _CRYPTO_H int select_crypto_if(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);