indicate use if integrity testing at startup

This commit is contained in:
Martin Willi
2009-06-22 15:47:18 +02:00
parent 67a7bb02ef
commit cfe508d911
+1
View File
@@ -138,6 +138,7 @@ bool library_init(char *settings)
DBG1("integrity check of libstrongswan failed");
return FALSE;
}
DBG1("integrity test enabled");
#else /* !INTEGRITY_TEST */
DBG1("integrity test enabled, but not supported");
return FALSE;