]> www.average.org Git - pam_pcsc_cr.git/blobdiff - crypto.h
add serializer
[pam_pcsc_cr.git] / crypto.h
index f0f709d9a3e6e42af45eb38e5850bacfce924dad..c24cce07a76f7a6d910d675baeccff6b49bcc2ed 100644 (file)
--- 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);