diff options
author | Greg Hudson <ghudson@mit.edu> | 2012-06-21 17:12:50 -0400 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2012-06-21 17:12:50 -0400 |
commit | 3fd8ac32acb5616adf0ac5d4bfcaa88cf2d4946e (patch) | |
tree | 082005626210ba135d2759dc055c133ff07591ab /src/include/k5-int.h | |
parent | f22b98916070be6b3778888df1e65ced07c47131 (diff) | |
download | krb5-3fd8ac32acb5616adf0ac5d4bfcaa88cf2d4946e.tar.gz krb5-3fd8ac32acb5616adf0ac5d4bfcaa88cf2d4946e.tar.xz krb5-3fd8ac32acb5616adf0ac5d4bfcaa88cf2d4946e.zip |
Simplify bld_princ.c
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r-- | src/include/k5-int.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 28c86f844..b1e535e59 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -2471,15 +2471,6 @@ krb5_error_code krb5_use_natural_time(krb5_context); krb5_error_code krb5_set_time_offsets(krb5_context, krb5_timestamp, krb5_int32); -/* Internal principal function used by KIM to avoid code duplication */ -krb5_error_code KRB5_CALLCONV -krb5int_build_principal_alloc_va(krb5_context context, - krb5_principal *princ, - unsigned int rlen, - const char *realm, - const char *first, - va_list ap); - /* Some data comparison and conversion functions. */ static inline int data_eq(krb5_data d1, krb5_data d2) |