handle the -25 generation path

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14632 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-03-10 05:39:21 +00:00
parent 244e0b3971
commit 4b695a4a24

View File

@@ -473,6 +473,11 @@ build_auth_pack(krb5_context context,
len,
&checksum);
free(buf);
if (ret == 0) {
ret = krb5_data_copy(&a->pkAuthenticator.paChecksum,
checksum.checksum.data, checksum.checksum.length);
free_Checksum(&checksum);
}
if (ret == 0 && dh) {
DomainParameters dp;