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/openssl-0.9.8k
> $
> 


Search my VisualStudio .h files.  Hmm it's there but underneath Smartphone
and PocketPC?



> D:\Program Files (x86)\Microsoft Visual Studio 9.0>findstr /i /s "hwinsta"
> *.h
> SmartDevices\SDK\PocketPC2003\Include\windef.h:DECLARE_HANDLE(HWINSTA);
> SmartDevices\SDK\PocketPC2003\Include\wtypes.h:typedef void __RPC_FAR
> *HWINSTA;
> SmartDevices\SDK\Smartphone2003\Include\windef.h:DECLARE_HANDLE(HWINSTA);
> SmartDevices\SDK\Smartphone2003\Include\wtypes.h:typedef void __RPC_FAR
> *HWINSTA
> ;
> 
> D:\Program Files (x86)\Microsoft Visual Studio 9.0>
> 

I would guess that HWINSTA is something like 'hardware instantiation'.  And
in principle building something from mingw (gcc) shouldn't have anything to
do with a local Visual Studio installation.

My cygwin tree (I just checked) says it's up-to-date.  Maybe I need an as
yet uninstalled module?
-- 
View this message in context: 
http://www.nabble.com/example-code-for-OpenSSL-tp24040969p24084220.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to