vici: Don't compare unsigned certificate_type_t to -1
This commit is contained in:
@@ -723,7 +723,7 @@ CALLBACK(list_certs, vici_message_t*,
|
|||||||
certificate_t *cert, *current;
|
certificate_t *cert, *current;
|
||||||
chunk_t encoding;
|
chunk_t encoding;
|
||||||
identification_t *subject = NULL;
|
identification_t *subject = NULL;
|
||||||
certificate_type_t type;
|
int type;
|
||||||
vici_builder_t *b;
|
vici_builder_t *b;
|
||||||
bool found;
|
bool found;
|
||||||
char *str;
|
char *str;
|
||||||
|
|||||||
Reference in New Issue
Block a user