- Support for PKCS#11 through the use of the pkcs11-helper library

diff --git a/library/Makefile b/library/Makefile
index 7945121..a23904d 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -26,7 +26,8 @@
 	ssl_cli.o	ssl_srv.o	ssl_tls.o	\
 	timing.o	x509parse.o	xtea.o		\
 	camellia.o  version.o   md.o		\
-	md_wrap.o	cipher.o 	cipher_wrap.o
+	md_wrap.o	cipher.o 	cipher_wrap.o \
+	pkcs11.o
 	
 
 .SILENT: