Revision 03ebf85f7757c5da9f9d4fecb8ea1a1af18df46d authored by Dr. Stephen Henson on 12 August 2014, 17:33:00 UTC, committed by Dr. Stephen Henson on 12 August 2014, 19:42:27 UTC
Add patch missed from backport of SRP ciphersuite fix. PR#3490 Reviewed-by: Kurt Roeckx <kurt@openssl.org>
1 parent 30fbe92
c_name
#!/bin/sh
#
# print the subject
#
for i in $*
do
n=`openssl x509 -subject -noout -in $i`
echo "$i $n"
done

Computing file changes ...