mirror of
https://github.com/ipxe/ipxe
synced 2026-02-11 22:00:06 +03:00
[settings] Force settings into alphabetical order within sections
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -58,7 +58,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
static const uint8_t fingerprints[] = { TRUSTED };
|
||||
|
||||
/** Root certificate fingerprint setting */
|
||||
static struct setting trust_setting __setting ( SETTING_CRYPTO ) = {
|
||||
static struct setting trust_setting __setting ( SETTING_CRYPTO, trust ) = {
|
||||
.name = "trust",
|
||||
.description = "Trusted root certificate fingerprints",
|
||||
.tag = DHCP_EB_TRUST,
|
||||
|
||||
Reference in New Issue
Block a user