diff options
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r-- | src/include/k5-int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index b9abd8a34..76c2ba0f4 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1762,8 +1762,6 @@ krb5_error_code krb5int_generate_and_save_subkey (krb5_context, krb5_auth_context, krb5_keyblock * /* Old keyblock, not new! */); -krb5_error_code krb5int_random_string (krb5_context, char *, unsigned int); - /* set and change password helpers */ krb5_error_code krb5int_mk_chpw_req |