[Bug 162194] kdelibs fails to build with openssl 0.9.9 snapshot

Bernhard Rosenkraenzer bero at arklinux.org
Tue May 20 12:14:00 CEST 2008


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=162194         




------- Additional Comments From bero arklinux org  2008-05-20 12:13 -------
The NETSCAPE_X509 typedef is all that is missing to get the new ksslcertificate.cpp to compile with openssl 0.9.8g again:

typedef struct NETSCAPE_X509_st
{
    ASN1_OCTET_STRING *header;
    X509 *cert;
} NETSCAPE_X509;

kopenssl.cpp still barfs after adding that, though:

/usr/src/ark/BUILD/kdelibs/kio/kssl/kopenssl.cpp: In member function 'int KOpenSSLProxy::ASN1_i2d_fp(FILE*, unsigned char*)':
/usr/src/ark/BUILD/kdelibs/kio/kssl/kopenssl.cpp:1000: error: 'K_ASN1_i2d_fp' was not declared in this scope


More information about the Kdelibs-bugs mailing list