X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=tools%2Fc_name;h=28800c0b30c1e854223446910bfef4ec4299a690;hp=4b33e68c5941268d2a8ffd8ff145a88512417e83;hb=ddeee82c6333f27cb85940b271c3cc4d2e940717;hpb=d02b48c63a58ea4367a0e905979f140b7d090f86 diff --git a/tools/c_name b/tools/c_name index 4b33e68c59..28800c0b30 100644 --- a/tools/c_name +++ b/tools/c_name @@ -5,6 +5,6 @@ for i in $* do - n=`ssleay x509 -subject -noout -in $i` + n=`openssl x509 -subject -noout -in $i` echo "$i $n" done