mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Renumber the skerberos4 dist to fill in the gaps left when krb4 was axed.
- Update the DIST_CRYPTO_ALL value to match reality.
This commit is contained in:
parent
c302f5bc07
commit
147c4b81bb
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@
|
|||
#define DIST_CRYPTO_CRYPTO 0x0001
|
||||
#define DIST_CRYPTO_SCRYPTO 0x0002
|
||||
#define DIST_CRYPTO_SSECURE 0x0004
|
||||
#define DIST_CRYPTO_SKERBEROS5 0x0040
|
||||
#define DIST_CRYPTO_ALL 0x007F
|
||||
#define DIST_CRYPTO_SKERBEROS5 0x0008
|
||||
#define DIST_CRYPTO_ALL 0x000F
|
||||
|
||||
/* Subtypes for SRC distribution */
|
||||
#define DIST_SRC_BASE 0x00001
|
||||
|
|
|
|||
Loading…
Reference in a new issue