X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=ossl_crypto.c;h=4cf0afae3572088262bc3523eb02d5ca4718effa;hp=e0e10bce4e3a7b59a98a4819a383d4cc2489b640;hb=f362aa1f9cfeedd86f89cf1cdf7558aa6782ceba;hpb=14c33fc7940be40d5da2b527474e59bfbabf5f71 diff --git a/ossl_crypto.c b/ossl_crypto.c index e0e10bc..4cf0afa 100644 --- a/ossl_crypto.c +++ b/ossl_crypto.c @@ -75,7 +75,7 @@ static unsigned long ossl_hmac(const void *key, int const keylen, const void *pt, const int tlen, void *tag, int *taglen) { -#if 1 +#if 0 HMAC_CTX hctx; HMAC_CTX_init(&hctx);