no random, no RSA/DH tests

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19858 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-11 20:48:34 +00:00
parent 45e6b61402
commit 8a02fd12ed
10 changed files with 32 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
2007-01-11 Love H<>rnquist <20>strand <lha@it.su.se>
* no random, no RSA/DH tests
* plugin/Makefile.am: remove files created by tests
* gss/Makefile.am: remove files created by tests

View File

@@ -270,6 +270,9 @@ pkinit=no
if ${hxtool} info | grep 'rsa: hx509 null RSA' > /dev/null ; then
rsa=no
fi
if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
rsa=no
fi
if ${kinit} --help 2>&1 | grep "CA certificates" > /dev/null; then
pkinit=yes
fi

View File

@@ -68,6 +68,10 @@ pkinit=no
if ${hxtool} info | grep 'rsa: hx509 null RSA' > /dev/null ; then
rsa=no
fi
if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
rsa=no
fi
if ${kinit} --help 2>&1 | grep "CA certificates" > /dev/null; then
pkinit=yes
fi