Revision dfeab0689f69c0b4bd3480ffd37a9cacc2f17d9c authored by Ralf S. Engelschall on 21 December 1998, 11:00:56 UTC, committed by Ralf S. Engelschall on 21 December 1998, 11:00:56 UTC
1 parent 58964a4
c_name
#!/bin/sh
#
# print the subject
#
for i in $*
do
n=`ssleay x509 -subject -noout -in $i`
echo "$i $n"
done

Computing file changes ...