Fixing integrity-checks after moving the attr-sql plugin and adding libhydra.

This commit is contained in:
Tobias Brunner
2010-03-24 18:53:09 +01:00
parent 75dc019252
commit 2cba58c5b7
2 changed files with 12 additions and 2 deletions
+4
View File
@@ -73,6 +73,10 @@ int main(int argc, char* argv[])
name = strdup("libstrongswan\",");
sname = strdup("library_init");
}
else if (strstr(path, "libhydra.so"))
{
name = strdup("libhydra\",");
}
else if (strstr(path, "libcharon.so"))
{
name = strdup("libcharon\",");