[Bug 272553] security/p5-Net-SSLeay fails to build

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 11 Dec 2023 19:17:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272553

--- Comment #17 from Dave Hayes <dave@jetcafe.org> ---
I just tried to build this as committed (but cherry picked into Q4 which is
libressl 3.7.3) and it is not working:

[00:00:05] SSLeay.c:4505:9: error: incompatible integer to pointer conversion
assigning to 'SSL_SESSION *' (aka 'struct ssl_session_st *') from 'int'
[-Wint-conversion]
[00:00:05]         RETVAL = SSL_SESSION_dup(sess);

There's a lot of other warnings too.

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