aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/rootcert.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/rootcert.c')
-rw-r--r--src/crypto/rootcert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/rootcert.c b/src/crypto/rootcert.c
index 867ff50..0835ff0 100644
--- a/src/crypto/rootcert.c
+++ b/src/crypto/rootcert.c
@@ -71,6 +71,7 @@ static struct setting trust_setting __setting ( SETTING_CRYPTO, trust ) = {
/** Root certificates */
struct x509_root root_certificates = {
+ .refcnt = REF_INIT ( ref_no_free ),
.digest = &sha256_algorithm,
.count = ( sizeof ( fingerprints ) / FINGERPRINT_LEN ),
.fingerprints = fingerprints,