use the correct name for acme.

This commit is contained in:
Joris Vink 2021-09-07 22:19:21 +02:00
parent 9fd30db598
commit 116f935e10

View File

@ -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 {