diff options
Diffstat (limited to 'Source/charon/transforms/hmac.c')
-rw-r--r-- | Source/charon/transforms/hmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/transforms/hmac.c b/Source/charon/transforms/hmac.c index 7192735bf..550e590b3 100644 --- a/Source/charon/transforms/hmac.c +++ b/Source/charon/transforms/hmac.c @@ -157,7 +157,7 @@ static status_t set_key(private_hmac_t *this, chunk_t key) this->opaded_key.ptr[i] = buffer[i] ^ 0x5C; } - /* begin hashing if inner pad */ + /* begin hashing of inner pad */ this->h->reset(this->h); this->h->get_hash(this->h, this->ipaded_key, NULL); |