From dc6e5f856a9ffab8a1f6d8cf069a416d7ec7bf1d Mon Sep 17 00:00:00 2001 From: sth Date: Fri, 2 May 2003 13:38:05 +0000 Subject: [PATCH] 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 --- README.Win32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.Win32 b/README.Win32 index c17e0e6c..74b952a2 100644 --- a/README.Win32 +++ b/README.Win32 @@ -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