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:
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user