CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/30 09:14:03
Modified files:
usr.bin/openssl: apps.c apps.h
Log message:
Move the callback function pointer outside the opt union so that the option
values are useable by the function. Also provide an option type that calls
a function without consuming/passing an argument.
