Package: openssl
Version: 0.9.8c-4

openssl no-asn1parse exits with 1 as follows.

% openssl no-asn1parse
asn1parse
zsh: exit 1     openssl no-asn1parse
% echo $?
1

But openssl(1SSL) describes that it should return 0 because
there is asn1parse command.

|       The pseudo-command no-XXX tests whether a command of the specified name
|       is available.  If no command named XXX exists, it returns 0 (success)
|       and prints no-XXX; otherwise it returns 1 and prints XXX.  In both

list-standard-commands shows asn1parse.

% openssl list-standard-commands|grep asn1parse
asn1parse
% openssl version                              
OpenSSL 0.9.8c 05 Sep 2006
-- 
Tanaka Akira



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to