From 90828a636b5b3cf2df183a3b174080408ea0d004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 23 Apr 2006 21:04:56 +0000 Subject: [PATCH] SKIP test if there is no RSA support. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17187 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/test_req.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/hx509/test_req.in b/lib/hx509/test_req.in index 3f39bc516..2e5a7ac5e 100644 --- a/lib/hx509/test_req.in +++ b/lib/hx509/test_req.in @@ -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" \