SKIP test if there is no RSA support.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17183 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-23 20:41:53 +00:00
parent db186f538d
commit b98b142233
3 changed files with 12 additions and 0 deletions

View File

@@ -36,6 +36,10 @@
srcdir="@srcdir@"
if ./hxtool info | grep 'rsa: hx509 null RSA' > /dev/null ; then
exit 77
fi
echo "create signed data"
./hxtool cms-create-sd \
--certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \