- startet importing pluto ASN1 stuff

- der PKCS#1 key loading works (as it did with der_decoder)
This commit is contained in:
Martin Willi
2006-04-10 14:19:10 +00:00
parent 5113680f95
commit b5cb0210f7
21 changed files with 2647 additions and 12 deletions
+2
View File
@@ -448,6 +448,8 @@ socket_t *socket_create(u_int16_t port)
if (build_interface_list(this, port) != SUCCESS)
{
this->interfaces->destroy(this->interfaces);
free(this);
charon->kill(charon, "could not bind any interface!");
}