[PATCH] Fix compilation with GCC 15 (Fedora 42) GCC 15 has improved diagnostics and detects more incompatible pointer type errors than earlier versions. Especially function pointers being assigned pointers to function with the wrong type and/or number of arguments are better detected.
This commit fixes the compilation with GCC 15 on Fedora 42.
[PATCH] MyProxy: change private key cipher to EVP_aes_256_cbc() As per #229 MyProxy still used an old cipher for encrypting private keys. Changes courtesy of Mischa Salle (@msalle).