=== modified file 'plugins.d/mandos-client.c' --- plugins.d/mandos-client.c 2022-04-24 16:54:30 +0000 +++ plugins.d/mandos-client.c 2026-05-17 19:54:20 +0000 @@ -1506,7 +1506,7 @@ } /* This casting via intptr_t is to eliminate warning about casting - an int to a pointer type. This is exactly how the GnuTLS Guile + an int to a pointer type. This is exactly how the Guile-GnuTLS function "set-session-transport-fd!" does it. */ gnutls_transport_set_ptr(session, (gnutls_transport_ptr_t)(intptr_t)tcp_sd);