Fix c_rehash script, add -fingerprint option to crl.
[openssl.git] / tools / c_issuer
index a885b24b7baec599d2db49c91be9e2fb91a2ae9f..4c691201bb473cb93b5a13c55ca83fa0ea4acebe 100644 (file)
@@ -5,6 +5,6 @@
 
 for i in $*
 do
-       n=`ssleay x509 -issuer -noout -in $i`
+       n=`openssl x509 -issuer -noout -in $i`
        echo "$i\t$n"
 done