Fixing integrity-checks after moving the attr-sql plugin and adding libhydra.
This commit is contained in:
@@ -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\",");
|
||||
|
||||
Reference in New Issue
Block a user