sslutils.c:718:18: error: invalid use of incomplete typedef ‘EVP_PKEY’ {aka ‘struct evp_pkey_st’} 718 | if (upkey->type != EVP_PKEY_RSA) | ^~ sslutils.c:743:5: warning: ‘RSA_generate_key’ is deprecated [-Wdeprecated-declarations] 743 | if ((rsa = RSA_generate_key(rb...