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/tests/Makefile b/tests/Makefile index 063245b..aacdcba 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -1,6 +1,7 @@ # To compile on SunOS: add "-lsocket -lnsl" to LDFLAGS # To compile on MinGW: add "-lws2_32" to LDFLAGS +# To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement \ -Wno-unused-function -Wno-unused-value