Use asn1-types for krb5_address and krb5_keyblock.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1902 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -88,11 +88,9 @@ enum {
|
|||||||
AP_OPTS_MUTUAL_REQUIRED = 2
|
AP_OPTS_MUTUAL_REQUIRED = 2
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct krb5_address{
|
typedef HostAddress krb5_address;
|
||||||
int type;
|
|
||||||
krb5_data address;
|
|
||||||
} krb5_address;
|
|
||||||
|
|
||||||
|
/* typedef HostAddresses krb5_addresses; */
|
||||||
typedef struct krb5_addresses {
|
typedef struct krb5_addresses {
|
||||||
int number;
|
int number;
|
||||||
krb5_address *addrs;
|
krb5_address *addrs;
|
||||||
@@ -100,14 +98,7 @@ typedef struct krb5_addresses {
|
|||||||
|
|
||||||
typedef enum krb5_keytype { KEYTYPE_DES = 1 } krb5_keytype;
|
typedef enum krb5_keytype { KEYTYPE_DES = 1 } krb5_keytype;
|
||||||
|
|
||||||
#ifndef yet
|
|
||||||
typedef struct krb5_keyblock{
|
|
||||||
krb5_keytype keytype;
|
|
||||||
krb5_data keyvalue;
|
|
||||||
} krb5_keyblock;
|
|
||||||
#else
|
|
||||||
typedef EncryptionKey krb5_keyblock;
|
typedef EncryptionKey krb5_keyblock;
|
||||||
#endif
|
|
||||||
|
|
||||||
struct krb5_cc_ops;
|
struct krb5_cc_ops;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user