- x509 certificate loading with pluto asn1 code

- x509 needs a lot more attention!
This commit is contained in:
Martin Willi
2006-04-19 11:40:48 +00:00
parent 4a93d6bafd
commit ec6582ccaa
24 changed files with 1953 additions and 3066 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ void signal_handler(int signal)
logger->log(logger, ERROR, " %s", strings[i]);
}
free (strings);
/* kill ourselve the hard way, anything other may result in more SIGSEGVs*/
logger->log(logger, ERROR, "Killing ourself hard after SIGSEGV");
kill(getpid(), SIGKILL);
}