e it just speeds up some cryptographic
routines. For testing purposes you can build the windows binaries of OpenSSL
without using the optimized assembler code if you use the batch file
ms\do_ms.bat
instead of
ms\do_masm.bat
Best Regards,
David Maurus
[EMAIL PROTECTED] wrote:
> when I call RSA_public_encrypt, it should return a char * of 256 chars,
> right ? The returned char is not 256 chars long.
>
> I measure with pointer hopping like this
>
> while (*sp++)
> ;
> This way it should hop to the end of the unsigned char * and it returns the
>
Craig Manley wrote:
> Hi all,
> I've got the free Borland C++ 5.5 compiler but I can't compile the
> source on Win98. Has anybody got already compiled Win32 binaries (or a
> complete setup) that I could download?
You can grab them here (temporary):
http://www.mailbag.de/Out32dll.zip
The zip con
I_FUNCTION * NETSTATGET)
(LPWSTR, LPWSTR, DWORD, DWORD, LPBYTE*);
typedef NET_API_STATUS (NET_API_FUNCTION * NETFREE)(LPBYTE);
Regards,
David Maurus
Lin Geng wrote:
> However, the file rand_win.c compiles if you make the following changes:
>
> 1. comment out the two typedefs
>
> ty