From 62adf1e0e825976d022b1ff653f25a194281e6c9 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 22 Nov 2005 15:34:10 +0000 Subject: - fixed some minor comment issues --- Source/charon/transforms/hmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/charon/transforms/hmac.c') 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); -- cgit v1.2.3