maintainer-feedback requested: [Bug 272553] security/p5-Net-SSLeay fails to build

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 17 Jul 2023 21:24:03 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-perl (Nobody)
<perl@FreeBSD.org> for maintainer-feedback:
Bug 272553: security/p5-Net-SSLeay fails to build
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272553



--- Description ---
Here is the one error:

[00:00:08] 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:08]	   RETVAL = SSL_SESSION_dup(sess);

This is from a poudriere build off of the ports 2023Q2 branch as of commit
53f4ee66b
and with 13.2-STABLE at c27befba6. 

Note that this package (p5-Net-SSLeay 1.92) built successfully (using the same
tools) with 13.2-STABLE at 8c09bde96 and with 12.4 stable at 83dd52764.