diff -r ebe0d286481c -r 1927b7b32faf src/Makefile --- a/src/Makefile Fri Nov 05 20:47:20 2010 +0000 +++ b/src/Makefile Fri Nov 05 20:48:06 2010 +0000 @@ -7,6 +7,7 @@ io.o \ usocket.o \ context.o \ + x509.o \ ssl.o LIBS=-lssl -lcrypto @@ -59,4 +60,5 @@ timeout.o: timeout.c timeout.h usocket.o: usocket.c socket.h io.h timeout.h usocket.h context.o: context.c context.h +x509.o: x509.c x509.h ssl.o: ssl.c socket.h io.h timeout.h usocket.h buffer.h context.h context.c