Lines 1196-1201
Link Here
|
1196 |
|
1196 |
|
1197 |
#define NETSCAPE_CERT_HDR "certificate" |
1197 |
#define NETSCAPE_CERT_HDR "certificate" |
1198 |
|
1198 |
|
|
|
1199 |
#ifdef KSSL_HAVE_SSL |
1199 |
#if OPENSSL_VERSION_NUMBER < 0x00909000L |
1200 |
#if OPENSSL_VERSION_NUMBER < 0x00909000L |
1200 |
|
1201 |
|
1201 |
typedef struct NETSCAPE_X509_st |
1202 |
typedef struct NETSCAPE_X509_st |
Lines 1204-1209
Link Here
|
1204 |
X509 *cert; |
1205 |
X509 *cert; |
1205 |
} NETSCAPE_X509; |
1206 |
} NETSCAPE_X509; |
1206 |
#endif |
1207 |
#endif |
|
|
1208 |
#endif |
1207 |
|
1209 |
|
1208 |
// what a piece of crap this is |
1210 |
// what a piece of crap this is |
1209 |
QByteArray KSSLCertificate::toNetscape() { |
1211 |
QByteArray KSSLCertificate::toNetscape() { |