Only accept a single unnamed argument - the existing behaviour is to
authorjsing <jsing@openbsd.org>
Sun, 28 Dec 2014 15:05:38 +0000 (15:05 +0000)
committerjsing <jsing@openbsd.org>
Sun, 28 Dec 2014 15:05:38 +0000 (15:05 +0000)
commit45435f71dd8781c131b1cc4040113081296ee133
tree6ee6c7da82c0a05019f50164ed997d7b6a7ca3d9
parent620e0cb176d9a3394582b5db8da56e1e25c5f73a
Only accept a single unnamed argument - the existing behaviour is to
silently accept multiple unnamed arguments, ignoring all except the last.
This behaviour was already inconsistent between openssl(1) applications;
apply the principal of least surprise. This will also simplify the addition
of upcoming functionality.
usr.bin/openssl/apps.c