mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
constify another RSA pointer.
This commit is contained in:
parent
81987cd022
commit
f59ee8e29e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user