This is actually an interesting one - in OpenSSL 1.1.x, the "sslopt"
argument to SSL_CTX_set_options() is a "long", so back then, our code
had the correct data type.  With 3.0, this is now an "uint64_t", and
for master/2.7, this is the right thing to do - even if it will cause
some warnings on FreeBSD 13, for example, which still ships 1.1.1w

Your patch has been applied to the master branch.

commit 80c5cdef00fdef89738df1c17441f0bb987ccc97
Author: Frank Lichtenheld
Date:   Tue Aug 26 20:41:38 2025 +0200

     ssl_openssl: Fix type of sslopts argument to SSL_CTX_set_options

     Signed-off-by: Frank Lichtenheld <[email protected]>
     Acked-by: Arne Schwabe <[email protected]>
     Message-Id: <[email protected]>
     URL: 
https://www.mail-archive.com/[email protected]/msg32690.html
     Signed-off-by: Gert Doering <[email protected]>


--
kind regards,

Gert Doering



_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to