library initialization fails if libstrongswan checksum is invalid
This commit is contained in:
@@ -265,7 +265,10 @@ int main(int argc, char **argv)
|
||||
#endif /* CAPABILITIES */
|
||||
|
||||
/* initialize library and optionsfrom */
|
||||
library_init(STRONGSWAN_CONF);
|
||||
if (!library_init(STRONGSWAN_CONF))
|
||||
{
|
||||
abort();
|
||||
}
|
||||
options = options_create();
|
||||
|
||||
/* handle arguments */
|
||||
|
||||
Reference in New Issue
Block a user