aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/hmac.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-22 15:34:10 +0000
committerMartin Willi <martin@strongswan.org>2005-11-22 15:34:10 +0000
commit62adf1e0e825976d022b1ff653f25a194281e6c9 (patch)
tree19d8dc5c48c502cb857be102d1545d3a36ca28bf /Source/charon/transforms/hmac.c
parent74ced9e2491fd4b1b9fe3c31008d0afb283b20f5 (diff)
downloadstrongswan-62adf1e0e825976d022b1ff653f25a194281e6c9.tar.bz2
strongswan-62adf1e0e825976d022b1ff653f25a194281e6c9.tar.xz
- fixed some minor comment issues
Diffstat (limited to 'Source/charon/transforms/hmac.c')
-rw-r--r--Source/charon/transforms/hmac.c2
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);