summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ui/ui_null.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare to provide UI_null()tb2022-12-171-0/+18
xmlsec needs this, nothing else. Our linkers link libxmlsec1-openssl, only warns and since nothing uses this library in ports, this wasn't noticed for a long time. Reported by Thomas Mitterfellner ok jsing