CVSROOT: /cvs Module name: src Changes by: bc...@cvs.openbsd.org 2014/07/09 03:06:58
Modified files: lib/libssl/src/apps: apps.c apps.h genrsa.c Log message: Remove typecasts on password_callback. Rather than casting password_callback to the correct function pointer signature at every call site, change it to match the signature instead. ok miod@ deraadt@ tedu@