DH and RSA method names are renamed

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17503 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-07 11:59:30 +00:00
parent ed00352654
commit 1d8bb73fcf
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
srcdir="@srcdir@"
if ./hxtool info | grep 'rsa: hx509 null RSA' > /dev/null ; then
if ./hxtool info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
exit 77
fi

View File

@@ -36,7 +36,7 @@
srcdir="@srcdir@"
if ./hxtool info | grep 'rsa: hx509 null RSA' > /dev/null ; then
if ./hxtool info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
exit 77
fi

View File

@@ -37,7 +37,7 @@
srcdir="@srcdir@"
nistdir=/sources/pki/nist/PKITS_data
if ./hxtool info | grep 'rsa: hx509 null RSA' > /dev/null ; then
if ./hxtool info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
exit 77
fi

View File

@@ -36,7 +36,7 @@
srcdir="@srcdir@"
if ./hxtool info | grep 'rsa: hx509 null RSA' > /dev/null ; then
if ./hxtool info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
exit 77
fi