CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/07/31 05:02:01
Modified files: usr.bin/ldap : aldap.c ber.c ber.h 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@