repo.or.cz
/
msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Set autocrlf to false to preserve unix eol-style
[msysgit.git]
/
ssl
/
misc
/
c_hash
blob
5e0a9081755db5e852a88de950b0ac101dc408c9
1
#!/bin/sh
2
# print out the hash values
3
#
4
5
for
i
in
$
*
6
do
7
h
=
`openssl x509 -hash -noout -in
$i
`
8
echo
"
$h
.0 =>
$i
"
9
done