CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/12/28 08:05:38
Modified files: usr.bin/openssl: apps.c Log message: 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.