CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/22 03:49:26
Modified files:
lib/libc/net : base64.c
Log message:
Use unsigned char instead of u_char in base64.c. This is a mild
portability annoyance since not all systems have u_char. Remove
the now unused includes sys/types.h and stdio.h.
u_char diff from Jonas Termansen
ok deraadt
