strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
vici: Use correct constant when checking for integrity algorithm
[strongswan.git]
/
src
/
libcharon
/
plugins
/
vici
/
vici_query.c
diff --git
a/src/libcharon/plugins/vici/vici_query.c
b/src/libcharon/plugins/vici/vici_query.c
index
1b56a9f
..
e020ebf
100644
(file)
--- a/
src/libcharon/plugins/vici/vici_query.c
+++ b/
src/libcharon/plugins/vici/vici_query.c
@@
-126,7
+126,7
@@
static void list_child(private_vici_query_t *this, vici_builder_t *b,
}
}
if (proposal->get_algorithm(proposal, INTEGRITY_ALGORITHM,
- &alg, &ks) && alg !=
ENCR
_UNDEFINED)
+ &alg, &ks) && alg !=
AUTH
_UNDEFINED)
{
b->add_kv(b, "integ-alg", "%N", integrity_algorithm_names, alg);
if (ks)