send supportedCMSTypes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24217 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -452,8 +452,8 @@ build_auth_pack(krb5_context context,
|
||||
a->clientPublicValue->subjectPublicKey.length = dhbuf.length * 8;
|
||||
a->clientPublicValue->subjectPublicKey.data = dhbuf.data;
|
||||
}
|
||||
|
||||
if (0) {
|
||||
|
||||
{
|
||||
a->supportedCMSTypes = calloc(1, sizeof(*a->supportedCMSTypes));
|
||||
if (a->supportedCMSTypes == NULL)
|
||||
return ENOMEM;
|
||||
|
Reference in New Issue
Block a user