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