"this" removed from comments.

This commit is contained in:
Tobias Brunner
2011-07-06 09:43:45 +02:00
parent f0ba8ae042
commit 28623fc538
9 changed files with 4 additions and 20 deletions
@@ -100,8 +100,7 @@ struct crl_t {
/**
* Generic check if a given CRL is newer than another.
*
* @param this first CRL to check
* @param other second CRL
* @param other CRL to compare to
* @return TRUE if this newer than other
*/
bool crl_is_newer(crl_t *this, crl_t *other);