[Pkg-openssl-devel] Bug#446486: exit status of openssl no-asn1parse

Tanaka Akira akr at fsij.org
Sat Oct 13 12:13:10 UTC 2007


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





More information about the Pkg-openssl-devel mailing list