fixed all pluto compiler warnings
This commit is contained in:
@@ -598,16 +598,6 @@ parse_ac(chunk_t blob, x509acert_t *ac)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/*
|
||||
* compare two X.509 attribute certificates by comparing their signatures
|
||||
*/
|
||||
static bool
|
||||
same_x509acert(x509acert_t *a, x509acert_t *b)
|
||||
{
|
||||
return a->signature.len == b->signature.len &&
|
||||
memcmp(a->signature.ptr, b->signature.ptr, b->signature.len) == 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* release an ietfAttribute, free it if count reaches zero
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user