aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/tools/c_info
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/tools/c_info')
-rw-r--r--crypto/openssl/tools/c_info12
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/openssl/tools/c_info b/crypto/openssl/tools/c_info
deleted file mode 100644
index 0e1e633b6fb7..000000000000
--- a/crypto/openssl/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