]> www.average.org Git - pam_pcsc_cr.git/blobdiff - ossl_crypto.c
.su objects to gitignore
[pam_pcsc_cr.git] / ossl_crypto.c
index e0e10bce4e3a7b59a98a4819a383d4cc2489b640..4cf0afae3572088262bc3523eb02d5ca4718effa 100644 (file)
@@ -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)
 {
                        const void *pt, const int tlen,
                        void *tag, int *taglen)
 {
-#if 1
+#if 0
        HMAC_CTX hctx;
 
        HMAC_CTX_init(&hctx);
        HMAC_CTX hctx;
 
        HMAC_CTX_init(&hctx);