strip_cav_tag() should return ber_tag_t, not int

This commit is contained in:
Hallvard Furuseth 2005-07-18 05:11:11 +00:00
parent 64e9d0e58f
commit 11ab0b655e

View File

@ -902,7 +902,7 @@ strip_cav_str( ComponentAssertionValue* cav, char* str)
/*
* TAG : "item", "and", "or", "not"
*/
static int
static ber_tag_t
strip_cav_tag( ComponentAssertionValue* cav )
{