SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
security/heimdal/patches/patch-lib_krb5_krb5_h
Normal file
14
security/heimdal/patches/patch-lib_krb5_krb5_h
Normal file
|
@ -0,0 +1,14 @@
|
|||
cleanup 1 << 31 idioms
|
||||
|
||||
Index: lib/krb5/krb5.h
|
||||
--- lib/krb5/krb5.h.orig
|
||||
+++ lib/krb5/krb5.h
|
||||
@@ -426,7 +426,7 @@ typedef union {
|
||||
#define KDC_OPT_RENEWABLE_OK (1 << 27)
|
||||
#define KDC_OPT_ENC_TKT_IN_SKEY (1 << 28)
|
||||
#define KDC_OPT_RENEW (1 << 30)
|
||||
-#define KDC_OPT_VALIDATE (1 << 31)
|
||||
+#define KDC_OPT_VALIDATE (1U << 31)
|
||||
|
||||
typedef union {
|
||||
KDCOptions b;
|
Loading…
Add table
Add a link
Reference in a new issue