]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/globals.c
Implement TrustOnFirstUse option and CRLs (GNU TLS) to allow for printing only
[thirdparty/cups.git] / cups / globals.c
index 6131a5cfbc3e6b5d86f50003db4e74b71f46484d..276bbcf5bfda592cff369164cfa2873520b702ed 100644 (file)
@@ -202,6 +202,7 @@ cups_globals_alloc(void)
   memset(cg, 0, sizeof(_cups_globals_t));
   cg->encryption     = (http_encryption_t)-1;
   cg->password_cb    = (cups_password_cb2_t)_cupsGetPassword;
+  cg->trust_first    = -1;
   cg->any_root       = -1;
   cg->expired_certs  = -1;
   cg->validate_certs = -1;