krb5: remove duplicate KRB5_ANON_MATCH_xxx defines
Commit bdcd7d2f
moved the KRB5_ANON_MATCH_xxx preprocessor symbols to krb5.h,
but did not remove the originals from krb5_locl.h. This commit removes them.
This commit is contained in:
@@ -403,9 +403,4 @@ struct krb5_plugin_data {
|
|||||||
krb5_get_instance_func_t get_instance;
|
krb5_get_instance_func_t get_instance;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* _krb5_principal_is_anonymous() */
|
|
||||||
#define KRB5_ANON_MATCH_AUTHENTICATED 1 /* authenticated with anon flag */
|
|
||||||
#define KRB5_ANON_MATCH_UNAUTHENTICATED 2 /* anonymous PKINIT */
|
|
||||||
#define KRB5_ANON_MATCH_ANY ( KRB5_ANON_MATCH_AUTHENTICATED | KRB5_ANON_MATCH_UNAUTHENTICATED )
|
|
||||||
|
|
||||||
#endif /* __KRB5_LOCL_H__ */
|
#endif /* __KRB5_LOCL_H__ */
|
||||||
|
Reference in New Issue
Block a user