CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2009/08/07 14:21:48
Modified files: usr.sbin/smtpd : lka.c smtp_session.c smtpd.c usr.sbin/smtpd/smtpd: Makefile Log message: we were linking to libkeynote to use kn_base64_encode/decode, but honestly this was a ugly hack, and i'd rather include resolv.h and use __b64_encode and __b64_decode as openssh does. this commit kills all references to libkeynote in smtpd, should help a bit with porting ... no functionnal change.