CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/08/30 15:59:46
Modified files:
usr.sbin/smtpd : crypto_backend.c smtpd.h
Log message:
change crypto_setup() prototype to use const char * instead of uint8_t *
while there do some KNF:
- change 8 spaces to tab
- add/remove some missing/extra space after if's
ok gilles@
