SKIP test if there is no RSA support.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17187 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-23 21:04:56 +00:00
parent a2f3d68355
commit 90828a636b

View File

@@ -36,6 +36,9 @@
srcdir="@srcdir@"
if ./hxtool info | grep 'rsa: hx509 null RSA' > /dev/null ; then
exit 77
fi
./hxtool request-create \
--subject="CN=Love,DC=it,DC=su,DC=se" \