Remove unused definitions.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3302 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -122,12 +122,6 @@ enum {
|
||||
typedef HostAddress krb5_address;
|
||||
|
||||
typedef HostAddresses krb5_addresses;
|
||||
#if 0
|
||||
typedef struct krb5_addresses {
|
||||
int number;
|
||||
krb5_address *addrs;
|
||||
} krb5_addresses;
|
||||
#endif
|
||||
|
||||
typedef enum krb5_keytype {
|
||||
KEYTYPE_NULL = 0,
|
||||
@@ -262,19 +256,6 @@ typedef struct krb5_ticket {
|
||||
krb5_principal server;
|
||||
} krb5_ticket;
|
||||
|
||||
#if 0
|
||||
|
||||
typedef struct krb5_authenticator_data{
|
||||
int vno;
|
||||
krb5_principal cname;
|
||||
int cusec;
|
||||
krb5_time ctime;
|
||||
int *seq_number;
|
||||
Checksum *cksum;
|
||||
} krb5_authenticator_data;
|
||||
|
||||
#endif
|
||||
|
||||
typedef Authenticator krb5_authenticator_data;
|
||||
|
||||
typedef krb5_authenticator_data *krb5_authenticator;
|
||||
@@ -388,8 +369,6 @@ typedef krb5_error_code (*krb5_decrypt_proc)(krb5_context context,
|
||||
krb5_const_pointer decrypt_arg,
|
||||
krb5_kdc_rep *dec_rep);
|
||||
|
||||
struct credentials;
|
||||
|
||||
|
||||
typedef struct _krb5_get_init_creds_opt {
|
||||
krb5_flags flags;
|
||||
@@ -437,6 +416,8 @@ extern krb5_cc_ops krb5_mcc_ops;
|
||||
|
||||
#define KPASSWD_PORT 464
|
||||
|
||||
struct credentials; /* this is to keep the compiler happy */
|
||||
|
||||
#include <krb5-protos.h>
|
||||
|
||||
#endif /* __KRB5_H__ */
|
||||
|
Reference in New Issue
Block a user