Provide two different function pointers for option function callbacks. This
authorjsing <jsing@openbsd.org>
Sun, 28 Dec 2014 14:21:42 +0000 (14:21 +0000)
committerjsing <jsing@openbsd.org>
Sun, 28 Dec 2014 14:21:42 +0000 (14:21 +0000)
commitd16f2e55481e2ba667d2b74d387b3a1b6787bde9
treedf0943b6d86599ca61b8a611d150b4eeb1760b30
parentbf82f202c6ea76f2658979a39ca3e2d3420b11a7
Provide two different function pointers for option function callbacks. This
allows for simpler code in the common cases and will allow for further
extension to support the complex cases.
usr.bin/openssl/apps.c
usr.bin/openssl/apps.h
usr.bin/openssl/ecparam.c
usr.bin/openssl/version.c