mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
use the correct name for acme.
This commit is contained in:
parent
9fd30db598
commit
116f935e10
@ -1863,7 +1863,7 @@ python_kore_privsep(PyObject *self, PyObject *args, PyObject *kwargs)
|
||||
} else if (!strcmp(val, "keymgr")) {
|
||||
ps = &keymgr_privsep;
|
||||
#if defined(KORE_USE_ACME)
|
||||
} else if (!strcmp(val, "keymgr")) {
|
||||
} else if (!strcmp(val, "acme")) {
|
||||
ps = &acme_privsep;
|
||||
#endif
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user