X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=tools%2Fc_hash;h=5e0a9081755db5e852a88de950b0ac101dc408c9;hp=54ff9d2cacc6e040befb86f943cb12ca79be4a1f;hb=fb81ac5e6be4041e59df9362cd63880b21e2cafc;hpb=b7896b3cb86d80206af14a14d69b0717786f2729 diff --git a/tools/c_hash b/tools/c_hash index 54ff9d2cac..5e0a908175 100644 --- a/tools/c_hash +++ b/tools/c_hash @@ -4,6 +4,6 @@ for i in $* do - h=`ssleay x509 -hash -noout -in $i` + h=`openssl x509 -hash -noout -in $i` echo "$h.0 => $i" done