Prototypes for keyfile and unseal_key.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2596 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -79,6 +79,7 @@
|
|||||||
|
|
||||||
extern require_preauth;
|
extern require_preauth;
|
||||||
extern sig_atomic_t exit_flag;
|
extern sig_atomic_t exit_flag;
|
||||||
|
extern char *keyfile;
|
||||||
|
|
||||||
extern struct timeval now;
|
extern struct timeval now;
|
||||||
#define kdc_time (now.tv_sec)
|
#define kdc_time (now.tv_sec)
|
||||||
@@ -97,6 +98,8 @@ void loop (krb5_context);
|
|||||||
|
|
||||||
void kdc_log(int, const char *fmt, ...);
|
void kdc_log(int, const char *fmt, ...);
|
||||||
|
|
||||||
|
Key *unseal_key(Key *key);
|
||||||
|
|
||||||
#define ALLOC(X) ((X) = malloc(sizeof(*(X))))
|
#define ALLOC(X) ((X) = malloc(sizeof(*(X))))
|
||||||
|
|
||||||
#endif /* __KDC_LOCL_H__ */
|
#endif /* __KDC_LOCL_H__ */
|
||||||
|
Reference in New Issue
Block a user