Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2023 04:48:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269064] editors/pico-alpine has stopped building with libressl
Message-ID:  <bug-269064-7788-pNMS0eGD2d@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269064-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269064-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269064

--- Comment #1 from dave@jetcafe.org ---
osdep.c:766:11: error: incomplete definition of type 'struct x509_st'
  if (cert->name =3D=3D NIL)
      ~~~~^
/usr/local/include/openssl/ossl_typ.h:147:16: note: forward declaration of
'struct x509_st'
typedef struct x509_st X509;
               ^
osdep.c:768:29: error: incomplete definition of type 'struct x509_st'
  else if ((s =3D strstr (cert->name,"/CN=3D")) !=3D NIL) {


Those are the first errors. Any word on this?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269064-7788-pNMS0eGD2d>