CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/12/17 14:59:39
Modified files: lib/libcrypto/hidden/openssl: ui.h lib/libcrypto/ui: ui.h Added files: lib/libcrypto/ui: ui_null.c Log message: Prepare to provide UI_null() 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