aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/tools/c_info
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/trunk/tools/c_info')
-rw-r--r--openssl/trunk/tools/c_info12
1 files changed, 0 insertions, 12 deletions
diff --git a/openssl/trunk/tools/c_info b/openssl/trunk/tools/c_info
deleted file mode 100644
index 0e1e633b..00000000
--- a/openssl/trunk/tools/c_info
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# print the subject
-#
-
-for i in $*
-do
- n=`openssl x509 -subject -issuer -enddate -noout -in $i`
- echo "$i"
- echo "$n"
- echo "--------"
-done