[EMAIL PROTECTED] wrote:

> When I tried to modify 'pkcs7.c' in apps directory in order to compile it separately,

You shouldn't have to modify it at all to create the pkcs7 standalone executable.
To create pkcs7.exe in windows -
compile BOTH
pkcs7.c  AND apps.c
link together against libeay32 outputting pkcs7.exe and you're done.

<standard windows notice>
Make sure you are linking against the same c runtime library for pkcs7 that you are for
libeay32.  The default from the openssl build is /MD multithreaded dll.
</standard windows notice>

Regards,

Andrew Gray



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to