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:
Jeffrey Altman
2022-01-28 13:28:26 -05:00
parent 7ad9d0ee0e
commit 4185e87a6c

View File

@@ -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 {