- identification_t supports now almost all id types

- x509 certificates work with identification_t now
- fixes here, fixes there
This commit is contained in:
Martin Willi
2006-04-24 10:40:10 +00:00
parent fcfeb3220f
commit a8c09d8cc0
26 changed files with 1382 additions and 1020 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ struct private_socket_t{
/**
* implementation of socket_t.receive
*/
status_t receiver(private_socket_t *this, packet_t **packet)
static status_t receiver(private_socket_t *this, packet_t **packet)
{
char buffer[MAX_PACKET];
chunk_t data;