dont use private prototype

This commit is contained in:
Love Hornquist Astrand
2010-11-20 14:13:31 -08:00
parent cc42e85e7f
commit 65a1ee8163

View File

@@ -848,14 +848,6 @@ HandleOP(CallExtension)
errx(1, "CallExtension");
}
krb5_error_code KRB5_LIB_FUNCTION
_krb5_pk_enterprise_cert (
krb5_context /*context*/,
const char */*user_id*/,
krb5_const_realm /*realm*/,
krb5_principal */*principal*/);
static int
HandleOP(AcquirePKInitCreds)
{
@@ -878,13 +870,6 @@ HandleOP(AcquirePKInitCreds)
krb5_data_free(&pfxdata);
close(fd);
/* get credentials */
ret = _krb5_pk_enterprise_cert(context, fn, default_realm, &principal);
if (ret)
krb5_err(context, 1, ret, "krb5_pk_enterprise_certs");
if (principal)
krb5_free_principal(context, principal);