[Bug 269064] editors/pico-alpine has stopped building with libressl
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269064] editors/pico-alpine has stopped building with libressl"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.