Less verbose.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16443 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -44,7 +44,7 @@ test -d "$nistdir" || exit 77
|
|||||||
|
|
||||||
for a in $nistdir/*.p12 ; do
|
for a in $nistdir/*.p12 ; do
|
||||||
|
|
||||||
echo $a
|
echo -n .
|
||||||
|
|
||||||
if ./hxtool validate $pass PKCS12:$a > /dev/null; then
|
if ./hxtool validate $pass PKCS12:$a > /dev/null; then
|
||||||
:
|
:
|
||||||
@@ -55,6 +55,6 @@ for a in $nistdir/*.p12 ; do
|
|||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
echo done
|
echo "done!"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
Reference in New Issue
Block a user