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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user