Subject: Re: Run cross-compiled libssh2 win32 apps in wine?

Re: Run cross-compiled libssh2 win32 apps in wine?

From: Peter Stuge <peter_at_stuge.se>
Date: Fri, 29 Jan 2010 22:57:52 +0100

Peter Stuge wrote:
> Here's the output I get:

I just saw something that I missed before:

..

> Fingerprint: wine: Unhandled page fault on read access to 0x00000000 at address 0x401525 (thread 001f), starting debugger...

The "Fingerprint: " part. Looking at source:

    fingerprint = libssh2_hostkey_hash(session, LIBSSH2_HOSTKEY_HASH_MD5);
    printf("Fingerprint: ");
    for(i = 0; i < 16; i++) {
        printf("%02X ", (unsigned char)fingerprint[i]);
    }
    printf("\n");

Now, since I don't have MD5 the crash is unsurprising. Let's see what
I can do here.

//Peter
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2010-01-29