commit | 43b7e35b259536c7b81afe969499d863efce6220 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jan 18 15:27:19 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jan 18 15:27:19 2011 +0000 |
tree | a7eed1c8bda457cd2b1071a7a4d897ed6743796a | |
parent | 0f5f72e949f007eed6c410966d0ade58439237a6 [diff] [blame] |
- 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: