remove unimplemented functions
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3647 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -112,6 +112,7 @@ krb5_kt_read_service_key(krb5_context context,
|
||||
return r;
|
||||
}
|
||||
|
||||
#if 0 /* not implemented */
|
||||
krb5_error_code
|
||||
krb5_kt_remove_entry(krb5_context context,
|
||||
krb5_keytab id,
|
||||
@@ -119,6 +120,7 @@ krb5_kt_remove_entry(krb5_context context,
|
||||
{
|
||||
abort();
|
||||
}
|
||||
#endif
|
||||
|
||||
krb5_error_code
|
||||
krb5_kt_get_name(krb5_context context,
|
||||
|
@@ -219,6 +219,8 @@ krb5_unparse_name(krb5_context context,
|
||||
}
|
||||
|
||||
|
||||
#if 0 /* not implemented */
|
||||
|
||||
krb5_error_code
|
||||
krb5_unparse_name_ext(krb5_context context,
|
||||
krb5_const_principal principal,
|
||||
@@ -229,6 +231,7 @@ krb5_unparse_name_ext(krb5_context context,
|
||||
abort();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
krb5_realm*
|
||||
krb5_princ_realm(krb5_context context,
|
||||
|
Reference in New Issue
Block a user