lib/krb5: domain_X500_Compress not domain_X500_compress
3a7c2c6a7f
("krb5.h: define DOMAIN_X500_COMPRESS macro")
defined DOMAIN_X500_COMPRESS to the wrong name.
Change-Id: I5c60d86b856ce6d3fa94b1fa8d7ffe17b97c8513
This commit is contained in:
@@ -169,7 +169,7 @@ typedef struct krb5_enc_data {
|
||||
#define ETYPE_DES_PCBC_NONE KRB5_ENCTYPE_DES_PCBC_NONE
|
||||
#define ETYPE_DIGEST_MD5_NONE KRB5_ENCTYPE_DIGEST_MD5_NONE
|
||||
#define ETYPE_CRAM_MD5_NONE KRB5_ENCTYPE_CRAM_MD5_NONE
|
||||
#define DOMAIN_X500_COMPRESS domain_X500_compress
|
||||
#define DOMAIN_X500_COMPRESS domain_X500_Compress
|
||||
|
||||
/* PDU types */
|
||||
typedef enum krb5_pdu {
|
||||
|
Reference in New Issue
Block a user