I added a prototype for DLLMain and then prototypes for vcheck() and
bind_engine() were needed in many locations (all 'engines'-related).
And then it compiled (and in my case since this is windows, DLLs were
built). Apparently my prototypes were sufficiently well informed that
openssl s_client w
J. J. Farrell wrote:
>
>> From: patfla
>> Sent: Thursday, June 18, 2009 12:46 AM
>>
>> ...
>>
>> I'm on the latest build of Windows Server 2008 R2 from MSDN.
>> Build 7100.
>>
>> First built using
>>
>> ./config
&
patfla wrote:
>
> m...@machine /cygdrive/c/openssl-0.9.8k
> $ grep -ri "hwinsta" . --include=*.c
> ./crypto/cryptlib.c:{ HWINSTA h;
> m...@machine /cygdrive/c/openssl-0.9.8k
> $ grep -ri "hwinsta" . --include=*.h
>
> m...@machine /cygdrive/c/opens
Paul Allen-4 wrote:
>
> On Mon, 2009-06-15 at 21:32 -0700, patfla wrote:
>> Hi Paul,
>>
>> I'm using (and have used from some time) a windows build of OpenSSL from
>> here:
>>
>> http://www.slproweb.com/products/Win32OpenSSL.html
>
> Yup
on't mind stumbling around in the dark at some initial stage. I've done it
many times before - and productively.
Paul Allen-4 wrote:
>
> On Mon, 2009-06-15 at 18:07 -0700, patfla wrote:
>> Hmm, Download source code (at the ibm developerworks page) is a dead
>> link.
> http://www.ibm.com/developerworks/linux/library/l-openssl.html
> gave me a start
>
> On Mon, Jun 15, 2009 at 10:14 PM, patfla wrote:
>
>>
>> Hi,
>>
>> I'm using the Windows version of OpenSSL as found here:
>>
>> http://www.slproweb.com/products/Wi
Hi,
I'm using the Windows version of OpenSSL as found here:
http://www.slproweb.com/products/Win32OpenSSL.html
I first got a wrapper that makes OpenSSL available to python to work.
https://launchpad.net/pyopenssl
But I need a C interface to investigate and understand OpenSSL (yes the
heart