opensc/win32/readme.txt
okir 2e417f3d8d Update from Stef
git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@843 c6295689-39f2-0310-b995-f0e70906c6a9
2003-01-06 19:52:56 +00:00

29 lines
811 B
Plaintext

How to add openssl for extended functionality
(e.g. hash mechanisms, the pkcs15-init tool, more signature
mechanism)
- download and compile the openssl sources from
http://www.openssl.org/source/
- Add the inc32\ dir to your include path,
the out32dll\ to your lib path and your executable path
set include=%include%;.....\inc32
set lib=%lib%;.....\out32dll
set path=%path%;....\out32dll
- In src/tools/Makefile.mak
- uncomment pkcs15-init.exe in the "TARGETS" line
- Add libeay32.lib to the "link" line
- In src/libopensc/Makefile.mak
- Add libeay32.lib to the "link" line
- In src/pkcs11/Makefile.mak
- Add libeay32.lib to the "link" line
- In src/pkcs15init/Makefile.mak
- Add libeay32.lib to the "lib" line
- In win32/Make.rules.mak
- Add /DHAVE_OPENSSL to the "COPTS" line