From 724e095e76be5c690f0a6b44ebef8098200ca54a Mon Sep 17 00:00:00 2001 From: "Paul C. Sutton" Date: Sat, 2 Jan 1999 15:52:11 +0000 Subject: Various ssleay to openssl fixups --- tools/c_hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/c_hash') 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 -- cgit v1.2.3