Provide a mechanism for option parsing to return the number of arguments
authorjsing <jsing@openbsd.org>
Sun, 28 Dec 2014 15:48:52 +0000 (15:48 +0000)
committerjsing <jsing@openbsd.org>
Sun, 28 Dec 2014 15:48:52 +0000 (15:48 +0000)
commitbeba0da1f69717d462ce646ef5a6c92fbce8b667
treea58df5b2065a47a4fa1f4136349d14eab9c78f9f
parentce776e0eec0d95e024fa93c1c9446027a56ed05e
Provide a mechanism for option parsing to return the number of arguments
that it has consumed. This allows for the handling of multiple unnamed
arguments, including lists of filenames.
usr.bin/openssl/apps.c
usr.bin/openssl/apps.h
usr.bin/openssl/crl.c
usr.bin/openssl/ecparam.c
usr.bin/openssl/prime.c
usr.bin/openssl/rand.c
usr.bin/openssl/version.c