if (idctx == NULL)
return;
- pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, idctx);
+ pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, idctx);
free(idctx->identity);
pkinit_fini_certs(idctx);
pkinit_fini_pkcs11(idctx);
if (req_cryptoctx == NULL)
return;
- pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, req_cryptoctx);
+ pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, req_cryptoctx);
if (req_cryptoctx->dh != NULL)
DH_free(req_cryptoctx->dh);
if (req_cryptoctx->received_cert != NULL)
for (i = 0; realm_contexts[i] != NULL; i++) {
pkinit_server_plugin_fini_realm(context, realm_contexts[i]);
}
- pkiDebug("%s: freeing context at %p\n", __FUNCTION__, realm_contexts);
+ pkiDebug("%s: freeing context at %p\n", __FUNCTION__, realm_contexts);
free(realm_contexts);
}
pkiDebug("pkinit_fini_kdc_req_context: got bad reqctx (%p)!\n", reqctx);
return;
}
- pkiDebug("%s: freeing reqctx at %p\n", __FUNCTION__, reqctx);
+ pkiDebug("%s: freeing reqctx at %p\n", __FUNCTION__, reqctx);
pkinit_fini_req_crypto(reqctx->cryptoctx);
if (reqctx->rcv_auth_pack != NULL)