Little update on how to add OpenSSL support

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1085 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
sth 2003-05-02 13:38:05 +00:00
parent 67dd35f435
commit dc6e5f856a
1 changed files with 3 additions and 3 deletions

View File

@ -57,13 +57,13 @@ pkcs11 signature mechs.
- In src/tools/Makefile.mak
- uncomment pkcs15-init.exe in the "TARGETS" line (optionally)
- Add libeay32.lib to the "link" line
- Add libeay32.lib (and gdi32.lib) to the "link" line
- In src/libopensc/Makefile.mak
- Add libeay32.lib to the "link" line
- Add libeay32.lib (and gdi32.lib) to the "link" line
- In src/pkcs11/Makefile.mak
- Add libeay32.lib to the "link" line
- Add libeay32.lib (and gdi32.lib) to the "link" line
- In win32/Make.rules.mak
- Add /DHAVE_OPENSSL to the "COPTS" line