From b0942534eb773915d3cb4e3d63354e5fddf5c0c7 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 5 Dec 2013 12:38:51 +0000 Subject: [settings] Force settings into alphabetical order within sections Signed-off-by: Michael Brown --- src/crypto/rootcert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/rootcert.c') diff --git a/src/crypto/rootcert.c b/src/crypto/rootcert.c index cfeabb815..ae28905ac 100644 --- a/src/crypto/rootcert.c +++ b/src/crypto/rootcert.c @@ -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, -- cgit v1.2.3-55-g7522