constify another RSA pointer.

This commit is contained in:
Joris Vink 2022-12-28 15:55:19 +01:00
parent 81987cd022
commit f59ee8e29e
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ keymgr_x509_msg(const char *domain, const void *data, size_t len,
static void
keymgr_acme_init(void)
{
RSA *rsa;
const RSA *rsa;
struct key *key;
char *e, *n;
int needsreg;