On Tue, Apr 26, 2022, 10:22 Gerd Hoerst <[email protected]> wrote: > Hi ! > > i tried to compile the 1.4.0 package for Ubuntu 22.04 but i get some of > this errors... > > make[3]: Verzeichnis > „/root/develop/guacamole-server-1.4.0/src/common-ssh“ wird betreten > CC libguac_common_ssh_la-key.lo > key.c: In function ‘guac_common_ssh_key_alloc’: > key.c:63:9: error: ‘PEM_read_bio_RSAPrivateKey’ is deprecated: Since > OpenSSL 3.0 [-Werror=deprecated-declarations] > 63 | rsa_key = PEM_read_bio_RSAPrivateKey(key_bio, NULL, > NULL, passphrase); > | ^~~~~~~ > In file included from key.c:33: >
I believe this has already been addressed on the latest git via the support for OpenSSH-format keys. We no longer invoke the function in question, and instead use the key reading functions provided by libssh2. - Mike
