diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-07-18 00:37:35 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-07-18 00:37:35 +0200 |
commit | 1d941f12ad9bb1be0b7adc252478f7c92c5d08b6 (patch) | |
tree | 1690050bce60e543d859d99a39a58c595b4f7ca6 | |
parent | aa74d70595785e70754d5a0705a6d817fb4924ae (diff) | |
download | strongswan-1d941f12ad9bb1be0b7adc252478f7c92c5d08b6.tar.bz2 strongswan-1d941f12ad9bb1be0b7adc252478f7c92c5d08b6.tar.xz |
advertise activated integrity tests
-rw-r--r-- | src/pluto/plutomain.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pluto/plutomain.c b/src/pluto/plutomain.c index 6590cafe2..407f5181e 100644 --- a/src/pluto/plutomain.c +++ b/src/pluto/plutomain.c @@ -643,6 +643,11 @@ int main(int argc, char **argv) plog("Starting IKEv1 pluto daemon (strongSwan "VERSION")%s", compile_time_interop_options); + if (lib->integrity) + { + plog("integrity tests enabled:"); + } + /* load plugins, further infrastructure may need it */ lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, lib->settings->get_str(lib->settings, "pluto.load", PLUGINS)); |