[Bug 269064] editors/pico-alpine has stopped building with libressl

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 13 Feb 2023 04:48:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269064

--- Comment #1 from dave@jetcafe.org ---
osdep.c:766:11: error: incomplete definition of type 'struct x509_st'
  if (cert->name == 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 = strstr (cert->name,"/CN=")) != NIL) {


Those are the first errors. Any word on this?

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