mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
vici: Don't compare unsigned certificate_type_t to -1
This commit is contained in:
parent
e00ce378fa
commit
0963a9952c
@ -723,7 +723,7 @@ CALLBACK(list_certs, vici_message_t*,
|
||||
certificate_t *cert, *current;
|
||||
chunk_t encoding;
|
||||
identification_t *subject = NULL;
|
||||
certificate_type_t type;
|
||||
int type;
|
||||
vici_builder_t *b;
|
||||
bool found;
|
||||
char *str;
|
||||
|
Loading…
x
Reference in New Issue
Block a user