Include <des.h> and <krb5_err.h>.

Add prototype for krb5_get_salt.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1336 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-03-09 21:26:10 +00:00
parent 6684c591f6
commit 7a5c7bf620

View File

@@ -17,6 +17,9 @@
#include <bits.h> #include <bits.h>
#include <des.h>
#include <krb5_err.h>
#include "config_file.h" #include "config_file.h"
/* simple constants */ /* simple constants */
@@ -628,6 +631,9 @@ krb5_string_to_key (char *str,
krb5_data *salt, krb5_data *salt,
krb5_keyblock *key); krb5_keyblock *key);
krb5_error_code
krb5_get_salt (krb5_principal princ,
krb5_data *salt);
#include "cache.h" #include "cache.h"