From: Eugene Crosser Date: Wed, 6 Nov 2013 20:46:58 +0000 (+0400) Subject: add convenience defines X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=commitdiff_plain;h=9b697bd4732dad5e1d105623f3a4480a1e6b79f0 add convenience defines --- diff --git a/crypto.h b/crypto.h index c24cce0..ad4cf63 100644 --- a/crypto.h +++ b/crypto.h @@ -10,4 +10,7 @@ unsigned long hmac(void *key, int keylen, void *pt, int tlen, void *tag, int *taglen); const char *crypto_errstr(unsigned long err); +#define HASHSIZE 20 +#define CBLKSIZE 16 + #endif