From Upstream: https://github.com/znc/znc/pull/2024#pullrequestreview-4507545023
Referencing this line in patch for src/Utils.cpp: + X509_set_subject_name(pCert.get(), pName); From `psychon`:> Drive-by-comment: This change seems unrelated (or at least I do not understand it). Why is this new function call required to fix a build error?

