CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2015/01/28 08:50:30
Modified files: usr.sbin/ldapd : ssl_privsep.c Log message: Remove ssl_by_mem_ctrl() and x509_mem_lookup to unbreak the build. It caused a conflict with a new function in LibreSSL but wasn't even used by ldapd. No functional change. OK deraadt@