summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/openssl/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/openssl/hmac.c')
-rw-r--r--src/lib/crypto/openssl/hmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/openssl/hmac.c b/src/lib/crypto/openssl/hmac.c
index 0f374d80f..b1768e0e9 100644
--- a/src/lib/crypto/openssl/hmac.c
+++ b/src/lib/crypto/openssl/hmac.c
@@ -85,7 +85,7 @@ krb5int_hmac_keyblock(const struct krb5_hash_provider *hash,
const krb5_keyblock *key, unsigned int icount,
const krb5_data *input, krb5_data *output)
{
- unsigned int i = 0, md_len = 0;
+ unsigned int i = 0, md_len = 0;
unsigned char md[EVP_MAX_MD_SIZE];
HMAC_CTX c;
size_t hashsize, blocksize;