- fixed some minor comment issues

This commit is contained in:
Martin Willi
2005-11-22 15:34:10 +00:00
parent 74ced9e249
commit 62adf1e0e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -76,7 +76,7 @@ static status_t get_bytes(private_prf_plus_t *this, size_t length, u_int8_t *buf
appending_chunk.ptr = &(this->appending_octet);
appending_chunk.len = 1;
while (length)
while (length > 0)
{ /* still more to do... */
if (this->buffer.len == this->given_out)
{ /* no bytes left in buffer, get next*/