diff options
author | Paul C. Sutton <paul@openssl.org> | 1999-01-02 15:52:11 +0000 |
---|---|---|
committer | Paul C. Sutton <paul@openssl.org> | 1999-01-02 15:52:11 +0000 |
commit | 724e095e76be5c690f0a6b44ebef8098200ca54a (patch) | |
tree | 5a463dbb309fba2dea866e193b72fd7bf7797eb7 /tools/c_hash | |
parent | 794b9c8f500df40a672c353c618d61ed4a6c90bc (diff) | |
download | openssl-new-724e095e76be5c690f0a6b44ebef8098200ca54a.tar.gz |
Various ssleay to openssl fixups
Diffstat (limited to 'tools/c_hash')
-rw-r--r-- | tools/c_hash | 2 |
1 files changed, 1 insertions, 1 deletions
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 |