pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/52298: pkgtools/pkg_install fails to build with OpenSSL 1.1.0 due to incomplete type in check_ca()
The following reply was made to PR pkg/52298; it has been noted by GNATS.
From: Sevan Janiyan <venture37%geeklan.co.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/52298: pkgtools/pkg_install fails to build with OpenSSL 1.1.0
due to incomplete type in check_ca()
Date: Mon, 26 Jun 2017 01:24:20 +0100
That worked but it looks like there's more fallout.
pkcs7.c: In function 'easy_pkcs7_verify':
pkcs7.c:196:33: error: dereferencing pointer to incomplete type 'X509
{aka struct x509_st}'
if (sk_X509_value(signers, i)->ex_xkusage != pkg_key_usage) {
^~
sevan
Home |
Main Index |
Thread Index |
Old Index