CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/07/31 05:01:00
Modified files: usr.sbin/ldapd : ber.c ber.h conn.c filter.c ldapd.h ldape.c logmsg.c search.c Log message: Make ber type and encoding a unsigned int instead of unsigned long. This way the size is the same on all archs and 32bit should be good enough. OK rob@