X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=tools%2Fc_name;h=28800c0b30c1e854223446910bfef4ec4299a690;hp=4b33e68c5941268d2a8ffd8ff145a88512417e83;hb=a67a9694f7fb5cf96cf0c370f3494111a05770be;hpb=b7896b3cb86d80206af14a14d69b0717786f2729 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